aboutsummaryrefslogtreecommitdiff
path: root/spec/thermoprint-spec.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-14 22:14:49 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-14 22:14:49 +0000
commit48390f18b6b5690f015291af83fafefd10c70f57 (patch)
tree775f83741d08c94b27e22bda80b52a0a64d24b34 /spec/thermoprint-spec.cabal
parent20105cc9a88d25a55eadf4263fc426a373ee0429 (diff)
downloadthermoprint-48390f18b6b5690f015291af83fafefd10c70f57.tar
thermoprint-48390f18b6b5690f015291af83fafefd10c70f57.tar.gz
thermoprint-48390f18b6b5690f015291af83fafefd10c70f57.tar.bz2
thermoprint-48390f18b6b5690f015291af83fafefd10c70f57.tar.xz
thermoprint-48390f18b6b5690f015291af83fafefd10c70f57.zip
bbcode is orthogonal to thermoprint
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