diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 152d25c..c0deae3 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-haskell@v1 with: ghc-version: '9.8.1' - cabal-version: '3.10.2.1' + cabal-version: '3.10.2.0' - name: Cache uses: actions/cache@v3 diff --git a/nkeys.cabal b/nkeys.cabal index 518f3a0..c8e3400 100644 --- a/nkeys.cabal +++ b/nkeys.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: nkeys -version: 0.0.1.0 +version: 0.0.1.1 synopsis: Nkeys ed25519 encoding for use with NATS description: This library exposes a custom encoding and decoding mechanism for ed25519 keys. This codec produces keys that are both URL safe and double-clickable @@ -59,7 +59,7 @@ test-suite nkeys-test build-depends: base == 4.19.0.0, HUnit ^>=1.6, base32 >= 0.4 && < 0.5, - text >= 2.1, + text >= 2.1 && < 2.2, ed25519 >= 0.0.5 && < 0.1, nkeys-lib, bytestring ^>=0.11