aboutsummaryrefslogtreecommitdiff
path: root/spec/thermoprint-spec.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'spec/thermoprint-spec.cabal')
-rw-r--r--spec/thermoprint-spec.cabal9
1 files changed, 2 insertions, 7 deletions
diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal
index 5624a3b..21ed439 100644
--- a/spec/thermoprint-spec.cabal
+++ b/spec/thermoprint-spec.cabal
@@ -19,10 +19,9 @@ cabal-version: >=1.10
19library 19library
20 hs-source-dirs: src 20 hs-source-dirs: src
21 exposed-modules: Thermoprint.Printout 21 exposed-modules: Thermoprint.Printout
22 , Thermoprint.Printout.BBCode
23 , Thermoprint.Identifiers 22 , Thermoprint.Identifiers
24 , Thermoprint.API 23 , Thermoprint.API
25 other-modules: Thermoprint.Printout.BBCode.Attribute 24 -- other-modules:
26 -- other-extensions: 25 -- other-extensions:
27 extensions: DeriveGeneric 26 extensions: DeriveGeneric
28 , DeriveAnyClass 27 , DeriveAnyClass
@@ -33,7 +32,6 @@ library
33 , GADTs 32 , GADTs
34 , DefaultSignatures 33 , DefaultSignatures
35 build-depends: base >=4.8.1 && <5 34 build-depends: base >=4.8.1 && <5
36 , bbcode -any
37 , containers >=0.5.6 && <1 35 , containers >=0.5.6 && <1
38 , text >=1.2.1 && <2 36 , text >=1.2.1 && <2
39 , bytestring >=0.10.6 && <1 37 , bytestring >=0.10.6 && <1
@@ -46,7 +44,6 @@ library
46 , aeson >=0.9.0 && <1 44 , aeson >=0.9.0 && <1
47 , base64-bytestring >=1.0.0 && <2 45 , base64-bytestring >=1.0.0 && <2
48 , encoding >=0.8 && <1 46 , encoding >=0.8 && <1
49 , case-insensitive >=1.2 && <2
50 -- hs-source-dirs: 47 -- hs-source-dirs:
51 default-language: Haskell2010 48 default-language: Haskell2010
52 49
@@ -63,6 +60,4 @@ Test-Suite tests
63 , hspec >=2.2.1 && <3 60 , hspec >=2.2.1 && <3
64 , QuickCheck >=2.8.1 && <3 61 , QuickCheck >=2.8.1 && <3
65 , quickcheck-instances >=0.3.11 && <4 62 , quickcheck-instances >=0.3.11 && <4
66 , aeson >=0.9.0 && <1 63 , aeson >=0.9.0 && <1 \ No newline at end of file
67 , containers >=0.5.6 && <1
68 , text >=1.2.1 && <2 \ No newline at end of file