Skip to content

Commit

Permalink
change base
Browse files Browse the repository at this point in the history
  • Loading branch information
Jude Taylor committed Jul 16, 2023
1 parent bbe960c commit 5119d20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ when:
ghc-options: -Werror

dependencies:
- base >= 4.9 && < 5
- base >= 4.12 && < 5

library:
source-dirs: [src, parser]
Expand Down
6 changes: 3 additions & 3 deletions th-printf.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 2c66cae19dd2d4755e43efd18a33f68b7915203fcda2414e20bcdad18ad532d6
-- hash: 7e86d199e67bceb4c613b25421b603adc41dcb4508283966e741b036d0075e3d

name: th-printf
version: 0.8
Expand Down Expand Up @@ -51,7 +51,7 @@ library
parser
ghc-options: -Wall
build-depends:
base >=4.9 && <5
base >=4.12 && <5
, charset
, containers
, dlist
Expand Down Expand Up @@ -80,7 +80,7 @@ test-suite format
build-depends:
HUnit
, QuickCheck
, base >=4.9 && <5
, base >=4.12 && <5
, hspec
, template-haskell
, text
Expand Down

0 comments on commit 5119d20

Please sign in to comment.