aboutsummaryrefslogtreecommitdiff
path: root/tprint/tprint.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'tprint/tprint.cabal')
-rw-r--r--tprint/tprint.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/tprint/tprint.cabal b/tprint/tprint.cabal
index 03d6352..d6fc422 100644
--- a/tprint/tprint.cabal
+++ b/tprint/tprint.cabal
@@ -31,8 +31,10 @@ executable tprint
31 , pretty-show >=1.6.9 && <2 31 , pretty-show >=1.6.9 && <2
32 , text >=1.2.2 && <2 32 , text >=1.2.2 && <2
33 , aeson-pretty >=0.7.2 && <1 33 , aeson-pretty >=0.7.2 && <1
34 , aeson >=0.9.0 && <1
34 , bytestring >=0.10.6 && <1 35 , bytestring >=0.10.6 && <1
35 , exceptions >=0.8.2 && <1 36 , exceptions >=0.8.2 && <1
37 , deepseq >=1.4.1 && <2
36 hs-source-dirs: src 38 hs-source-dirs: src
37 default-language: Haskell2010 39 default-language: Haskell2010
38 ghc-options: -Wall \ No newline at end of file 40 ghc-options: -Wall \ No newline at end of file