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.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/thermoprint-spec.cabal b/spec/thermoprint-spec.cabal
index b9f7fd6..40978c3 100644
--- a/spec/thermoprint-spec.cabal
+++ b/spec/thermoprint-spec.cabal
@@ -19,6 +19,7 @@ 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
22 , Thermoprint.Identifiers 23 , Thermoprint.Identifiers
23 , Thermoprint.API 24 , Thermoprint.API
24 -- other-modules: 25 -- other-modules:
@@ -27,6 +28,7 @@ library
27 , DeriveAnyClass 28 , DeriveAnyClass
28 , OverloadedStrings 29 , OverloadedStrings
29 build-depends: base >=4.8.1 && <5 30 build-depends: base >=4.8.1 && <5
31 , bbcode -any
30 , containers >=0.5.6 && <1 32 , containers >=0.5.6 && <1
31 , text >=1.2.1 && <2 33 , text >=1.2.1 && <2
32 , bytestring >=0.10.6 && <1 34 , bytestring >=0.10.6 && <1