use LTS 20.19 resolver

This commit is contained in:
2023-05-02 17:27:58 -04:00
parent 0267ce8792
commit d7da4b2924
7 changed files with 29 additions and 27 deletions
+12 -12
View File
@@ -4,7 +4,7 @@ cabal-version: 2.2
--
-- see: https://github.com/sol/hpack
--
-- hash: 6157f976d5dae9df98a4a82881d871f070b9baf338c78402edf88069a48caefb
-- hash: 9f4096a70b6473d30d607c20e0b2f1fff131588b437048ea9246ce8937a1e3fc
name: passman
version: 0.3.1
@@ -35,15 +35,15 @@ library
ghc-options: -Wall
build-depends:
SHA >=1.6.4.4 && <1.7
, aeson >=1.5.6.0 && <1.6
, aeson >=2.0.3.0 && <2.1
, base >=4.7 && <5
, base16-bytestring >=0.1.1.7 && <0.2
, base64-bytestring >=1.1.0.0 && <1.2
, bytestring >=0.10.12.0 && <0.11
, base16-bytestring >=1.0.2.0 && <1.1
, base64-bytestring >=1.2.1.0 && <1.3
, bytestring >=0.11.4.0 && <0.12
, containers >=0.6.2.1 && <0.7
, microlens >=0.4.11.2 && <0.5
, microlens-th >=0.4.3.6 && <0.5
, random ==1.1.*
, random >=1.2.1.1 && <1.3
, text >=1.2.4.1 && <1.3
default-language: Haskell2010
@@ -61,15 +61,15 @@ executable passman
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
HCL ==1.8.*
, aeson >=1.5.6.0 && <1.6
, aeson >=2.0.3.0 && <2.1
, base >=4.7 && <5
, bytestring >=0.10.12.0 && <0.11
, bytestring >=0.11.4.0 && <0.12
, containers >=0.6.2.1 && <0.7
, easy-file >=0.2.2 && <0.3
, microlens >=0.4.11.2 && <0.5
, microlens-th >=0.4.3.6 && <0.5
, passman
, random ==1.1.*
, random >=1.2.1.1 && <1.3
, transformers >=0.5.6.2 && <0.6
default-language: Haskell2010
@@ -99,12 +99,12 @@ test-suite passman-test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
HUnit
, aeson >=1.5.6.0 && <1.6
, aeson >=2.0.3.0 && <2.1
, base >=4.7 && <5
, bytestring >=0.10.12.0 && <0.11
, bytestring >=0.11.4.0 && <0.12
, containers >=0.6.2.1 && <0.7
, microlens >=0.4.11.2 && <0.5
, microlens-th >=0.4.3.6 && <0.5
, passman
, random ==1.1.*
, random >=1.2.1.1 && <1.3
default-language: Haskell2010