diff options
author | joe <joe@jerkface.net> | 2013-11-29 17:14:02 -0500 |
---|---|---|
committer | joe <joe@jerkface.net> | 2013-11-29 17:14:02 -0500 |
commit | fedc150af98d7ba9f29aa3307952580079ac8646 (patch) | |
tree | 09661f23b63e17614fae99be503f8234c6058b99 | |
parent | c8be274e825f073c12e914577867c405456ac279 (diff) |
Added containers package to cabal file.
-rw-r--r-- | kiki.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,5 +19,6 @@ Executable kiki | |||
19 | asn1-types -any, asn1-encoding -any, | 19 | asn1-types -any, asn1-encoding -any, |
20 | dataenc -any, text -any, pretty -any, pretty-show -any, | 20 | dataenc -any, text -any, pretty -any, pretty-show -any, |
21 | bytestring -any, openpgp (==0.6.1), binary -any, | 21 | bytestring -any, openpgp (==0.6.1), binary -any, |
22 | unix, time, crypto-api, cryptocipher (>=0.3.7) | 22 | unix, time, crypto-api, cryptocipher (>=0.3.7), |
23 | containers -any | ||
23 | ghc-options: -O2 | 24 | ghc-options: -O2 |