diff options
Diffstat (limited to 'SPL-compiler.cabal')
-rw-r--r-- | SPL-compiler.cabal | 4 |
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 |