Skip to content

Permit base-4.21, test ghc-9.12 on CI #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

hs-package-name = "with-utf8";

ghc-versions = [ "8107" "902" "928" "948" "966" "982" "9101" ];
ghc-versions = [ "8107" "902" "928" "948" "966" "982" "9101" "9121" ];

# invoke haskell.nix for each ghc version listed in ghc-versions
pkgs-per-ghc = lib.genAttrs (map (v: "ghc${v}") ghc-versions)
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ghc-options:
- -Wredundant-constraints

dependencies:
- base >= 4.10 && < 4.21
- base >= 4.10 && < 4.22
- text >= 0.7 && < 2.2

library:
Expand Down
8 changes: 4 additions & 4 deletions with-utf8.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.18

-- This file has been generated from package.yaml by hpack version 0.35.2.
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -48,7 +48,7 @@ library
lib
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
build-depends:
base >=4.10 && <4.21
base >=4.10 && <4.22
, safe-exceptions ==0.1.*
, text >=0.7 && <2.2
default-language: Haskell2010
Expand All @@ -63,7 +63,7 @@ executable utf8-troubleshoot
c-sources:
app/utf8-troubleshoot/cbits/locale.c
build-depends:
base >=4.10 && <4.21
base >=4.10 && <4.22
, directory >=1.2.5.0 && <1.4
, filepath >=1.0 && <1.6
, process >=1.0.1.1 && <1.7
Expand All @@ -89,7 +89,7 @@ test-suite with-utf8-test
tasty-discover:tasty-discover
build-depends:
HUnit
, base >=4.10 && <4.21
, base >=4.10 && <4.22
, deepseq
, hedgehog
, safe-exceptions
Expand Down