use LTS 22.33

This commit is contained in:
2024-09-07 14:36:48 -04:00
parent f65a478fb5
commit 3e661e3b24
4 changed files with 12 additions and 12 deletions
+5 -5
View File
@@ -4,7 +4,7 @@ cabal-version: 2.2
--
-- see: https://github.com/sol/hpack
--
-- hash: f10f95fab40ebdefdefa5f0908fa891b930f9b6abef8dd240bf183e19e5e3a5e
-- hash: ba03ec85f78e903e16d2d591a22b1e7bb25ae5ba20f4bfc195aa44c1d7ba3b2e
name: passman
version: 0.3.1.1
@@ -35,7 +35,7 @@ library
ghc-options: -Wall
build-depends:
SHA >=1.6.4.4 && <1.7
, aeson >=2.0.3.0 && <2.1
, aeson >=2.1.2.1 && <2.2
, base >=4.7 && <5
, base16-bytestring >=1.0.2.0 && <1.1
, base64-bytestring >=1.2.1.0 && <1.3
@@ -44,7 +44,7 @@ library
, microlens >=0.4.11.2 && <0.5
, microlens-th >=0.4.3.6 && <0.5
, random >=1.2.1.1 && <1.3
, text >=1.2.4.1 && <1.3
, text >=2.0.2 && <2.1
default-language: Haskell2010
executable passman
@@ -57,7 +57,7 @@ executable passman
app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >=2.0.3.0 && <2.1
aeson >=2.1.2.1 && <2.2
, base >=4.7 && <5
, bytestring >=0.11.4.0 && <0.12
, containers >=0.6.2.1 && <0.7
@@ -93,7 +93,7 @@ test-suite passman-test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit
, aeson >=2.0.3.0 && <2.1
, aeson >=2.1.2.1 && <2.2
, base >=4.7 && <5
, bytestring >=0.11.4.0 && <0.12
, containers >=0.6.2.1 && <0.7