From 77a0492e543af59a2f3ed132e2ce08ac9816d8fc Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 20 Apr 2024 13:57:11 -0400 Subject: chore: update to use cabal 3.4 and base ^>=4.19.1.0 --- hs.cabal | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'hs.cabal') diff --git a/hs.cabal b/hs.cabal index 700d609..7f3bcf8 100755 --- a/hs.cabal +++ b/hs.cabal @@ -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: me@danrh.co.uk +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 -- cgit v1.2.3