Skip to content

Commit

Permalink
Merge pull request #120 from Nike-Inc/maint/constrain-aeson-bounds-an…
Browse files Browse the repository at this point in the history
…d-backport

Maint - constrain aeson bounds and backport
  • Loading branch information
IamfromSpace authored Jul 6, 2023
2 parents ecf06eb + cc10826 commit 26fd771
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions hal.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.5.
-- This file has been generated from package.yaml by hpack version 0.34.7.
--
-- see: https://github.com/sol/hpack
--
-- hash: ad8fc8a238617cbdd4eddfdc78fdd3504dbe32daee2ac49e5e853ae3f3860fa8
-- hash: c2102a6f40dd25d65f83e2241326f8ea79792997022f6f22c86423298c126ce0

name: hal
version: 1.0.0.1
Expand Down Expand Up @@ -71,7 +71,7 @@ library
ScopedTypeVariables
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-partial-type-signatures -fno-warn-name-shadowing -fwarn-tabs -fwarn-unused-imports -fwarn-missing-signatures -fwarn-incomplete-patterns
build-depends:
aeson
aeson >=1.2.0.0 && <1.6 || >=2.0.0.0 && <2.2.0.0
, base >=4.7 && <5
, base64-bytestring
, bytestring
Expand Down Expand Up @@ -131,7 +131,7 @@ test-suite hal-test
ScopedTypeVariables
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-partial-type-signatures -fno-warn-name-shadowing -fwarn-tabs -fwarn-unused-imports -fwarn-missing-signatures -fwarn-incomplete-patterns -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson >=1.2.0.0 && <1.6 || >=2.0.0.0 && <2.2.0.0
aeson
, base >=4.7 && <5
, base64-bytestring
, bytestring
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ghc-options:
library:
source-dirs: src
dependencies:
- aeson
- aeson >=1.2.0.0 && <1.6 || >=2.0.0.0 && <2.2.0.0
- base64-bytestring
- bytestring
- case-insensitive
Expand All @@ -82,7 +82,7 @@ tests:
- -with-rtsopts=-N
dependencies:
- hal
- aeson >=1.2.0.0 && <1.6 || >=2.0.0.0 && <2.2.0.0
- aeson
- base64-bytestring
- bytestring
- case-insensitive
Expand Down

0 comments on commit 26fd771

Please sign in to comment.