Skip to content

Commit

Permalink
Merge pull request #6 from istathar/bump-crypton
Browse files Browse the repository at this point in the history
Replace cryptonite with crypton
  • Loading branch information
istathar authored Jul 8, 2024
2 parents 5df30c5 + b8926c6 commit 6e788b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions locators.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.24
name: locators
version: 0.3.0.4
version: 0.3.0.5
synopsis: Human exchangable identifiers and locators
license: MIT
license-file: LICENSE
Expand All @@ -13,9 +13,9 @@ description:

author: Andrew Cowie <[email protected]>
maintainer: Andrew Cowie <[email protected]>
copyright: © 2013-2021 Athae Eredh Siniath and Others
copyright: © 2013-2024 Athae Eredh Siniath and Others
category: Other
tested-with: GHC == 8.10.7
tested-with: GHC == 9.6.5
stability: experimental

build-type: Simple
Expand All @@ -27,7 +27,7 @@ library
memory,
bytestring,
containers,
cryptonite
crypton

hs-source-dirs: lib
include-dirs: .
Expand Down Expand Up @@ -59,7 +59,7 @@ test-suite check
QuickCheck,
bytestring,
containers,
cryptonite,
crypton,
locators

hs-source-dirs: tests
Expand All @@ -79,7 +79,7 @@ test-suite check

source-repository head
type: git
location: [email protected]:aesiniath/locators.git
location: [email protected]:aesiniath/locators-haskell.git


-- vim: set tabstop=21 expandtab:
3 changes: 2 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
resolver: lts-18.11
resolver: lts-22.28
compiler: ghc-9.6.5

0 comments on commit 6e788b5

Please sign in to comment.