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
hs-source-dirs: src
default-language: Haskell2010
other-extensions: DataKinds
other-extensions: ConstraintKinds
, DataKinds
, DeriveDataTypeable
, FlexibleInstances
, FunctionalDependencies
, GADTs
, KindSignatures
, MultiParamTypeClasses
, OverlappingInstances
, OverloadedStrings
, PolyKinds
, QuasiQuotes
, RecordWildCards
, ScopedTypeVariables
, TemplateHaskell
, TypeFamilies
, TypeOperators
, TypeSynonymInstances
, UndecidableInstances
, FlexibleInstances
ghc-options: -Wall
test-suite spec