Skip to content

Commit

Permalink
Fix #18 Move to crypton
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Aug 9, 2023
1 parent 471a0cb commit 1260dec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions casa-client/casa-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 1.12
name: casa-client
synopsis: Client for Casa
description: Client for Casa <https://casa.fpcomplete.com/>
version: 0.0.0
version: 0.0.2
copyright: 2018-2019 FP Complete
author: Chris Done
maintainer: chrisdone@fpcomplete.com
Expand All @@ -19,7 +19,7 @@ library
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base < 10
base >= 4.5 && < 5
, bytestring
, base16-bytestring
, conduit-extra
Expand All @@ -33,7 +33,7 @@ library
, unordered-containers
, attoparsec
, unliftio-core
, cryptonite
, crypton
, memory
, network-uri
, aeson
Expand Down

0 comments on commit 1260dec

Please sign in to comment.