casa-client 0.0.1 → 0.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep +cryptondep −cryptonitenew-uploaderPVP ok
version bump matches the API change (PVP)
Dependencies added: crypton
Dependencies removed: cryptonite
API changes (from Hackage documentation)
Files
- casa-client.cabal +3/−3
casa-client.cabal view
@@ -2,7 +2,7 @@ name: casa-client synopsis: Client for Casa description: Client for Casa <https://casa.fpcomplete.com/>-version: 0.0.1+version: 0.0.2 copyright: 2018-2019 FP Complete author: Chris Done maintainer: chrisdone@fpcomplete.com@@ -19,7 +19,7 @@ default-language: Haskell2010 ghc-options: -Wall build-depends:- base >= 4.5 && < 5+ base >= 4.5 && < 5 , bytestring , base16-bytestring , conduit-extra@@ -33,7 +33,7 @@ , unordered-containers , attoparsec , unliftio-core- , cryptonite+ , crypton , memory , network-uri , aeson