From f013f29b60a0549c300b0aab0c6e128cb28298e0 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 28 Mar 2018 22:23:03 -0400 Subject: Switch from cereal to binary --- openpgp-asciiarmor.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openpgp-asciiarmor.cabal') 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 Build-depends: attoparsec , base > 4 && < 5 , base64-bytestring + , binary , bytestring - , cereal default-language: Haskell2010 @@ -52,8 +52,8 @@ Test-Suite tests Build-depends: attoparsec , base > 4 && < 5 , base64-bytestring + , binary , bytestring - , cereal , tasty , tasty-hunit default-language: Haskell2010 -- cgit v1.2.3