forked from glasserc/haskell-cached-io
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* flake.lock: Update Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04) → 'github:numtide/flake-utils/d465f4819400de7c8d874d50b982301f28a84605' (2024-02-28) • Updated input 'nixpkgs': 'github:nixos/nixpkgs/eef6384e98b48f0c12f8e74a387f4427959f1bdf' (2023-12-11) → 'github:nixos/nixpkgs/08a2dc8fd3196a6efbb9a0d0b160ab4e452e19bc' (2024-03-05) * Loosen base bounds * Test with GHC 9.8.1
- Loading branch information
Showing
4 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ author: SumAll, Inc. | |
maintainer: Bellroy Tech Team <[email protected]> | ||
category: Development | ||
build-type: Simple | ||
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.5 || ==9.6.2 | ||
tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.5 || ==9.6.2 || ==9.8.1 | ||
extra-source-files: | ||
CHANGELOG.md | ||
README.md | ||
|
@@ -22,7 +22,7 @@ source-repository head | |
location: https://github.com/bellroy/haskell-cached-io.git | ||
|
||
common deps | ||
build-depends: base >=4.13.0.0 && <4.19 | ||
build-depends: base >=4.13.0.0 && <4.20 | ||
|
||
library | ||
import: deps | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ | |
"ghc92" | ||
"ghc94" | ||
"ghc96" | ||
"ghc98" | ||
]; | ||
|
||
packages = builtins.listToAttrs ( | ||
|