summaryrefslogtreecommitdiff
path: root/openpgp-asciiarmor.cabal
diff options
context:
space:
mode:
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