From 4776243a670916144f8de1f853b29b0b1d78fffe Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Thu, 8 Feb 2018 10:23:27 +0100 Subject: Create Program Serializer --- SPL-compiler.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'SPL-compiler.cabal') 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 -- cgit v1.2.3