Skip to content

Commit

Permalink
moar ci
Browse files Browse the repository at this point in the history
  • Loading branch information
autodidaddict committed Apr 2, 2024
1 parent 768126e commit 6635ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions nkeys.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit 6635ca6

Please sign in to comment.