aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-18 05:56:49 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-18 05:56:49 +0000
commit28904beb42d406331dee13608a7c2d245e136124 (patch)
tree49f59785e475e61de7965573fdf5a0c70c6b6691 /spec
parent683bbbf4c3935851610969fd565fbe97598d294c (diff)
downloadthermoprint-28904beb42d406331dee13608a7c2d245e136124.tar
thermoprint-28904beb42d406331dee13608a7c2d245e136124.tar.gz
thermoprint-28904beb42d406331dee13608a7c2d245e136124.tar.bz2
thermoprint-28904beb42d406331dee13608a7c2d245e136124.tar.xz
thermoprint-28904beb42d406331dee13608a7c2d245e136124.zip
updated extensions list
Diffstat (limited to 'spec')
-rw-r--r--spec/thermoprint-spec.cabal6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal
index ad861aa..a7c7c90 100644
--- a/spec/thermoprint-spec.cabal
+++ b/spec/thermoprint-spec.cabal
@@ -27,6 +27,11 @@ library
27 extensions: DeriveGeneric 27 extensions: DeriveGeneric
28 , DeriveAnyClass 28 , DeriveAnyClass
29 , OverloadedStrings 29 , OverloadedStrings
30 , TypeOperators
31 , DataKinds
32 , GeneralizedNewtypeDeriving
33 , GADTs
34 , DefaultSignatures
30 build-depends: base >=4.8.1 && <5 35 build-depends: base >=4.8.1 && <5
31 , bbcode -any 36 , bbcode -any
32 , containers >=0.5.6 && <1 37 , containers >=0.5.6 && <1
@@ -50,6 +55,7 @@ Test-Suite tests
50 hs-source-dirs: test 55 hs-source-dirs: test
51 main-is: Spec.hs 56 main-is: Spec.hs
52 ghc-options: -threaded -with-rtsopts=-N 57 ghc-options: -threaded -with-rtsopts=-N
58 extensions: StandaloneDeriving
53 build-depends: base >=4.8.1 && <5 59 build-depends: base >=4.8.1 && <5
54 , thermoprint-spec -any 60 , thermoprint-spec -any
55 , hspec >=2.2.1 && <3 61 , hspec >=2.2.1 && <3