1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

🔥 a redundant language extension.

This commit is contained in:
Rob Rix 2019-09-23 17:37:14 -04:00
parent 4993275b5c
commit ea917d2d0d
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -1,5 +1,4 @@
{-# LANGUAGE AllowAmbiguousTypes, DataKinds, DisambiguateRecordFields, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, NamedFieldPuns, OverloadedStrings, ScopedTypeVariables, TypeApplications, TypeFamilies, TypeOperators, UndecidableInstances #-}
{-# LANGUAGE StandaloneDeriving #-}
module Tags.Taggable.Precise
( runTagging
) where