Skip to content

Commit

Permalink
bound bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Jun 25, 2023
1 parent b661d31 commit 3bf6e62
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion asmprog/asmprog.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ library
hs-source-dirs: .
exposed-modules: AsmProg
build-depends:
base ^>= 4.17,
base ^>= 4.17 || ^>=4.18,
advent,
lens,
mtl
Expand Down
4 changes: 2 additions & 2 deletions common/advent.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ library
build-tool-depends: alex:alex, happy:happy

build-depends:
base ^>= 4.15 || ^>= 4.16 || ^>=4.17,
base ^>= 4.16 || ^>=4.17 || ^>=4.18,
array ^>= 0.5.4,
containers ^>= 0.6,
template-haskell ^>= 2.17 || ^>= 2.18 || ^>= 2.19,
template-haskell,
MemoTrie ^>= 0.6,
transformers ^>= 0.5 || ^>= 0.6,
vector ^>= 0.13,
Expand Down
2 changes: 1 addition & 1 deletion intcode
2 changes: 1 addition & 1 deletion knothash/knothash.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ library
exposed-modules: KnotHash
build-depends:
advent,
base ^>= 4.17,
base ^>= 4.17 || ^>=4.18,
default-language: Haskell2010
2 changes: 1 addition & 1 deletion solutions/solutions.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ common day
hs-source-dirs: src
build-depends:
advent,
base ^>= 4.17,
base ^>= 4.17 || ^>=4.18,
other-modules: Dummy
default-language: Haskell2010

Expand Down

0 comments on commit 3bf6e62

Please sign in to comment.