aboutsummaryrefslogtreecommitdiff
path: root/tprint/tprint.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'tprint/tprint.cabal')
-rw-r--r--tprint/tprint.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/tprint/tprint.cabal b/tprint/tprint.cabal
index d61ea01..aeb61c9 100644
--- a/tprint/tprint.cabal
+++ b/tprint/tprint.cabal
@@ -18,7 +18,9 @@ cabal-version: >=1.10
18 18
19executable tprint 19executable tprint
20 main-is: Main.hs 20 main-is: Main.hs
21 -- other-modules: 21 other-modules: Options
22 , Options.Utils
23 , Instances
22 -- other-extensions: 24 -- other-extensions:
23 build-depends: base >=4.8 && <4.9 25 build-depends: base >=4.8 && <4.9
24 , thermoprint-bbcode >=1.0.0 && <2 26 , thermoprint-bbcode >=1.0.0 && <2
@@ -27,7 +29,7 @@ executable tprint
27 , containers >=0.5.6 && <1 29 , containers >=0.5.6 && <1
28 , time >=1.5.0 && <2 30 , time >=1.5.0 && <2
29 , pretty-show >=1.6.9 && <2 31 , pretty-show >=1.6.9 && <2
30 , text -any 32 , text >=1.2.2 && <2
31 hs-source-dirs: src 33 hs-source-dirs: src
32 default-language: Haskell2010 34 default-language: Haskell2010
33 ghc-options: -Wall \ No newline at end of file 35 ghc-options: -Wall \ No newline at end of file