summaryrefslogtreecommitdiff
path: root/SPL-compiler.cabal
diff options
context:
space:
mode:
authorErin van der Veen2018-02-08 10:23:27 +0100
committerErin van der Veen2018-02-08 10:23:27 +0100
commit4776243a670916144f8de1f853b29b0b1d78fffe (patch)
treea71712176d2acb7decec5573d6f37b07ac9f3afe /SPL-compiler.cabal
parentImplement pprint for Nop (diff)
Create Program Serializer2-serialization
Diffstat (limited to 'SPL-compiler.cabal')
-rw-r--r--SPL-compiler.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/SPL-compiler.cabal b/SPL-compiler.cabal
index adf84c7..9b4cedc 100644
--- a/SPL-compiler.cabal
+++ b/SPL-compiler.cabal
@@ -23,6 +23,8 @@ executable SPL-compiler
build-depends: base >=4.9 && <4.10,
MissingH >=1.4 && <1.5,
parsec >=3.1 && <3.2,
- mtl >=2.2 && <2.3
+ mtl >=2.2 && <2.3,
+ cereal >=0.5.5 && <0.5.6,
+ bytestring >=0.10 && <0.11
hs-source-dirs: src
default-language: Haskell2010