summaryrefslogtreecommitdiff
path: root/openpgp-asciiarmor.cabal
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2018-03-28 22:23:03 -0400
committerClint Adams <clint@debian.org>2018-03-28 22:23:03 -0400
commitf013f29b60a0549c300b0aab0c6e128cb28298e0 (patch)
tree10e67f7b9ddebea1910248e2bc371e17ff307191 /openpgp-asciiarmor.cabal
parent55fa003d68c79ee928fbcdef0c922e333282afe9 (diff)
Switch from cereal to binary
Diffstat (limited to 'openpgp-asciiarmor.cabal')
-rw-r--r--openpgp-asciiarmor.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp-asciiarmor.cabal b/openpgp-asciiarmor.cabal
index 0feac1d..0e1f9ca 100644
--- a/openpgp-asciiarmor.cabal
+++ b/openpgp-asciiarmor.cabal
@@ -40,8 +40,8 @@ Library
40 Build-depends: attoparsec 40 Build-depends: attoparsec
41 , base > 4 && < 5 41 , base > 4 && < 5
42 , base64-bytestring 42 , base64-bytestring
43 , binary
43 , bytestring 44 , bytestring
44 , cereal
45 default-language: Haskell2010 45 default-language: Haskell2010
46 46
47 47
@@ -52,8 +52,8 @@ Test-Suite tests
52 Build-depends: attoparsec 52 Build-depends: attoparsec
53 , base > 4 && < 5 53 , base > 4 && < 5
54 , base64-bytestring 54 , base64-bytestring
55 , binary
55 , bytestring 56 , bytestring
56 , cereal
57 , tasty 57 , tasty
58 , tasty-hunit 58 , tasty-hunit
59 default-language: Haskell2010 59 default-language: Haskell2010