-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
21 additions
and
13 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
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
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ maintainer: [email protected] | |
copyright: 2024 John Ky | ||
category: Development | ||
build-type: Simple | ||
tested-with: GHC == 9.10.1, GHC == 9.8.4, GHC == 9.6.6, GHC == 9.4.8 | ||
extra-doc-files: CHANGELOG.md | ||
extra-source-files: README.md | ||
|
||
|
@@ -27,18 +28,18 @@ common amazonka-s3 { build-depends: amazonka-s3 >= | |
common binary { build-depends: binary >= 0.8.9 && < 0.9 } | ||
common bytestring { build-depends: bytestring < 0.13 } | ||
common contravariant { build-depends: contravariant < 1.6 } | ||
common Diff { build-depends: Diff < 0.6 } | ||
common Diff { build-depends: Diff < 2 } | ||
common directory { build-depends: directory < 1.4 } | ||
common exceptions { build-depends: exceptions < 0.11 } | ||
common filepath { build-depends: filepath < 1.6 } | ||
common generic-lens { build-depends: generic-lens < 2.3 } | ||
common ghc-prim { build-depends: ghc-prim < 0.12 } | ||
common ghc-prim { build-depends: ghc-prim < 0.14 } | ||
common hedgehog { build-depends: hedgehog < 1.6 } | ||
common http-conduit { build-depends: http-conduit >= 2.3 && < 2.4 } | ||
common hw-prelude { build-depends: hw-prelude >= 0.0.1.0 && < 0.1 } | ||
common microlens { build-depends: microlens < 5 } | ||
common lens { build-depends: lens < 5.4 } | ||
common mtl { build-depends: mtl < 2.4 } | ||
common mtl { build-depends: mtl < 2.6 } | ||
common network { build-depends: network < 3.3 } | ||
common polysemy { build-depends: polysemy < 2 } | ||
common polysemy-log { build-depends: polysemy-log >= 0.11 && < 1 } | ||
|
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