Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/haskell/core/{{project.name}}.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ custom-setup
-- have _some_ upper bound. (Since there’s no direct dependency, it
-- doesn’t use PVP bounds.)
Cabal >= 3.0 && < 99,
base,
base ^>= {4.8.2, 4.9.0, 4.10.0, 4.11.0, 4.12.0, 4.13.0, 4.14.0, 4.15.0, 4.16.0, 4.17.0, 4.18.0, 4.19.0, 4.20.0, 4.21.0},
cabal-doctest ^>= {1.0.0},

-- This mimics the GHC2024 extension
Expand Down Expand Up @@ -121,7 +121,7 @@ common GHC2024
common defaults
import: GHC2024
build-depends:
base,
base ^>= {4.8.2, 4.9.0, 4.10.0, 4.11.0, 4.12.0, 4.13.0, 4.14.0, 4.15.0, 4.16.0, 4.17.0, 4.18.0, 4.19.0, 4.20.0, 4.21.0},
ghc-options:
if impl(ghc >= 8.0.1)
ghc-options:
Expand Down