diff options
author | dan <[email protected]> | 2024-04-20 13:57:11 -0400 |
---|---|---|
committer | dan <[email protected]> | 2024-04-20 13:57:11 -0400 |
commit | 77a0492e543af59a2f3ed132e2ce08ac9816d8fc (patch) | |
tree | 0c1140d19aa3e23ebea871e8d4a5c94f55dd23b4 /hs.cabal | |
parent | 250e4bca9b449ee589e29f9c56744f02ab3d3685 (diff) | |
download | bizexp-77a0492e543af59a2f3ed132e2ce08ac9816d8fc.tar.gz bizexp-77a0492e543af59a2f3ed132e2ce08ac9816d8fc.tar.bz2 bizexp-77a0492e543af59a2f3ed132e2ce08ac9816d8fc.zip |
chore: update to use cabal 3.4 and base ^>=4.19.1.0
Diffstat (limited to 'hs.cabal')
-rwxr-xr-x | hs.cabal | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,6 +1,6 @@ -cabal-version: 2.4 +cabal-version: 3.4 name: hs -version: 0.1.0.0 +version: 0.2.0.0 -- A short (one-line) description of the package. -- synopsis: @@ -16,6 +16,8 @@ version: 0.1.0.0 author: dan maintainer: [email protected] +build-type: Simple + -- A copyright notice. -- copyright: -- category: @@ -29,7 +31,7 @@ library -- LANGUAGE extensions used by modules in this package. -- other-extensions: - build-depends: base ^>=4.14.1.0, + build-depends: base ^>=4.19.1.0, text, wai, http-types, @@ -50,7 +52,7 @@ executable hs -- LANGUAGE extensions used by modules in this package. -- other-extensions: build-depends: - base ^>=4.14.1.0, + base ^>=4.19.1.0, hs hs-source-dirs: app |