summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-14 11:28:53 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-14 11:32:08 +0100
commit4b8d586412b024f24121e00c8ce0f2bc3eb53234 (patch)
treedcc006db9670a71c32bdf2bf13332227d1765e82 /lambdacube-compiler.cabal
parentcc11c0743bbab50f0f9d7bcc33fd41533a280870 (diff)
pretty print pipelines in .out files
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 59bc97e8..36d88104 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -79,6 +79,7 @@ library
79 mtl >=2.2 && <2.3, 79 mtl >=2.2 && <2.3,
80 megaparsec >= 4.3.0 && <4.4, 80 megaparsec >= 4.3.0 && <4.4,
81 pretty-compact >=1.0 && <1.1, 81 pretty-compact >=1.0 && <1.1,
82 pretty-show >= 1.6.9,
82 text >= 1.2 && <1.3, 83 text >= 1.2 && <1.3,
83 lambdacube-ir == 0.3.*, 84 lambdacube-ir == 0.3.*,
84 vector >= 0.11 && <0.12 85 vector >= 0.11 && <0.12
@@ -149,7 +150,6 @@ executable lc
149 build-depends: 150 build-depends:
150 base < 4.9, 151 base < 4.9,
151 lambdacube-compiler, 152 lambdacube-compiler,
152 pretty-show >= 1.6.9,
153 optparse-applicative == 0.12.*, 153 optparse-applicative == 0.12.*,
154 aeson >= 0.9 && < 0.11, 154 aeson >= 0.9 && < 0.11,
155 bytestring == 0.10.*, 155 bytestring == 0.10.*,