Skip to content

Commit 40b7532

Browse files
authored
Dependency update 20250818 (#24)
* nix flake update * update ghc & cabal packages
1 parent d9b8ff7 commit 40b7532

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"ghc910"
1818
"ghc912"
1919
];
20-
defaultCompiler = "ghc96";
20+
defaultCompiler = "ghc910";
2121
};
2222
}

timeline.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ tested-with:
2121
|| ==9.4.8
2222
|| ==9.6.6
2323
|| ==9.8.2
24-
|| ==9.10.1
25-
|| ==9.12.1
24+
|| ==9.10.2
25+
|| ==9.12.2
2626

2727
extra-doc-files:
2828
CHANGELOG.md
@@ -41,7 +41,7 @@ common deps
4141
, hedgehog >=1.1 && <1.6
4242
, indexed-traversable >=0.1.2 && <0.2
4343
, text ^>=1.2.4.1 || ^>=2.0 || ^>=2.1
44-
, time >=1.9.3 && <1.15
44+
, time >=1.9.3 && <1.16
4545

4646
library
4747
import: deps
@@ -75,4 +75,4 @@ test-suite tests
7575
, tasty-hedgehog >=1.2.0.0
7676
, tasty-hunit ^>=0.10.0.3
7777
, timeline
78-
, transformers >=0.5.6.2 && <0.6.2.0
78+
, transformers >=0.5.6.2 && <0.6.3

0 commit comments

Comments
 (0)