File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ repository cardano-haskell-packages
1212
1313index-state :
1414 -- Bump this if you need newer packages from Hackage
15- , hackage.haskell.org 2024-05-01T04:59 :38Z
15+ , hackage.haskell.org 2024-06-07T00:00 :00Z
1616 -- Bump this if you need newer packages from CHaP
17- , cardano-haskell-packages 2024-04-30T19:46 :33Z
17+ , cardano-haskell-packages 2024-06-07T00:00 :00Z
1818
1919packages :
2020 fs-api
Original file line number Diff line number Diff line change 3131
3232* Add a clarification in the documentation of ` FsPath ` that the user is
3333 responsible for picking sensible directory/file names.
34+ * Bump upper version bounds for ` io-classes ` to ` 1.6 `
3435
3536## 0.2.0.1 -- 2023-10-30
3637
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ library
4646 , digest
4747 , directory >= 1.3 && < 1.4
4848 , filepath >= 1.4 && < 1.5
49- , io-classes >= 0.3 && < 1.5
49+ , io-classes >= 0.3 && < 1.6
5050 , primitive ^>= 0.9
5151 , safe-wild-cards ^>= 1.0
5252 , text >= 1.2 && < 2.2
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ library
4141 , bytestring >= 0.10 && < 0.13
4242 , containers >= 0.5 && < 0.7
4343 , fs-api ^>= 0.2
44- , io-classes >= 0.3 && < 1.5
44+ , io-classes >= 0.3 && < 1.6
4545 , mtl
4646 , primitive ^>= 0.9
4747 , QuickCheck
4848 , safe-wild-cards ^>= 1.0
49- , strict-stm >= 0.3 && < 1.5
49+ , strict-stm >= 0.3 && < 1.6
5050 , text >= 1.2 && < 2.2
5151
5252 ghc-options :
You can’t perform that action at this time.
0 commit comments