packages feed

okapi 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~aeson

Dependency ranges changed: aeson

Files

okapi.cabal view
@@ -1,6 +1,6 @@ cabal-version:      1.12 name:               okapi-version:            0.1.0.0+version:            0.1.0.1 license:            BSD3 license-file:       LICENSE copyright:          2022 Monadic Systems LLC@@ -33,7 +33,7 @@     other-modules:    Paths_okapi     default-language: Haskell2010     build-depends:-        aeson >=2.0.3.0 && <2.1,+        aeson >=1.4.7 && <2.1,         base >=4.7 && <5,         base64 >=0.4.2.3 && <0.5,         bytestring >=0.10.12.1 && <0.11,@@ -63,7 +63,7 @@     default-language: Haskell2010     ghc-options:      -threaded -rtsopts -with-rtsopts=-N     build-depends:-        aeson >=2.0.3.0 && <2.1,+        aeson >=1.4.7 && <2.1,         base >=4.7 && <5,         base64 >=0.4.2.3 && <0.5,         bytestring >=0.10.12.1 && <0.11,