Update other-extensions.

This commit is contained in:
Julian K. Arni 2015-02-18 12:07:54 +01:00
parent 21667cc049
commit 0658ab674f

View File

@ -55,19 +55,25 @@ library
, network-uri >= 2.6 , network-uri >= 2.6
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
other-extensions: DataKinds other-extensions: ConstraintKinds
, DataKinds
, DeriveDataTypeable , DeriveDataTypeable
, FlexibleInstances
, FunctionalDependencies , FunctionalDependencies
, GADTs
, KindSignatures , KindSignatures
, MultiParamTypeClasses , MultiParamTypeClasses
, OverlappingInstances
, OverloadedStrings
, PolyKinds , PolyKinds
, QuasiQuotes , QuasiQuotes
, RecordWildCards
, ScopedTypeVariables , ScopedTypeVariables
, TemplateHaskell , TemplateHaskell
, TypeFamilies , TypeFamilies
, TypeOperators , TypeOperators
, TypeSynonymInstances
, UndecidableInstances , UndecidableInstances
, FlexibleInstances
ghc-options: -Wall ghc-options: -Wall
test-suite spec test-suite spec