-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from istathar/bump-crypton
Replace cryptonite with crypton
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
@@ -27,7 +27,7 @@ library | |
memory, | ||
bytestring, | ||
containers, | ||
cryptonite | ||
crypton | ||
|
||
hs-source-dirs: lib | ||
include-dirs: . | ||
|
@@ -59,7 +59,7 @@ test-suite check | |
QuickCheck, | ||
bytestring, | ||
containers, | ||
cryptonite, | ||
crypton, | ||
locators | ||
|
||
hs-source-dirs: tests | ||
|
@@ -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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |