From b8926c697037d69b0a8654e51fb0c52b43b194d3 Mon Sep 17 00:00:00 2001 From: Andrew Cowie Date: Mon, 8 Jul 2024 15:51:35 +1000 Subject: [PATCH] Replace cryptonite with crypton --- locators.cabal | 12 ++++++------ stack.yaml | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/locators.cabal b/locators.cabal index ca89af1..59fb570 100644 --- a/locators.cabal +++ b/locators.cabal @@ -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 maintainer: Andrew Cowie -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: git@github.com:aesiniath/locators.git + location: git@github.com:aesiniath/locators-haskell.git -- vim: set tabstop=21 expandtab: diff --git a/stack.yaml b/stack.yaml index c70d7a4..a522242 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1 +1,2 @@ -resolver: lts-18.11 +resolver: lts-22.28 +compiler: ghc-9.6.5