aboutsummaryrefslogtreecommitdiff
path: root/bbcode/thermoprint-bbcode.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bbcode/thermoprint-bbcode.cabal')
-rw-r--r--bbcode/thermoprint-bbcode.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/bbcode/thermoprint-bbcode.cabal b/bbcode/thermoprint-bbcode.cabal
index f1018a5..80a9da5 100644
--- a/bbcode/thermoprint-bbcode.cabal
+++ b/bbcode/thermoprint-bbcode.cabal
@@ -24,6 +24,8 @@ library
24 build-depends: base >=4.8 && <4.9 24 build-depends: base >=4.8 && <4.9
25 , attoparsec >=0.13.0 && <1 25 , attoparsec >=0.13.0 && <1
26 , text >=1.2.1 && <2 26 , text >=1.2.1 && <2
27 , containers >=0.4.0 && <1
28 , rosezipper >=0.2 && <1
27 hs-source-dirs: src 29 hs-source-dirs: src
28 default-language: Haskell2010 30 default-language: Haskell2010
29 31