packages feed

distributors 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+31/−29 lines, 1 filesdep ~adjunctionsdep ~bifunctorsdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: adjunctions, bifunctors, bytestring, containers, contravariant, distributive, lens, mtl, profunctors, tagged, text, vector, witherable

API changes (from Hackage documentation)

Files

distributors.cabal view
@@ -1,12 +1,14 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.36.0.+-- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack  name:           distributors-version:        0.1.0.0-description:    Please see the README on GitHub at <https://github.com/morphismtech/distributors#readme>+version:        0.1.0.1+synopsis:       Distributors - Unifying Parsers, Printers & Grammars+description:    Distributors provides mathematically inspired abstractions for coders to write parsers that can also be inverted to printers.+category:       Profunctors, Optics, Parsing homepage:       https://github.com/morphismtech/distributors#readme bug-reports:    https://github.com/morphismtech/distributors/issues author:         Eitan Chatav@@ -78,20 +80,20 @@       UndecidableSuperClasses   ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints   build-depends:-      adjunctions+      adjunctions >=4.4 && <5     , base >=4.7 && <5-    , bifunctors-    , bytestring-    , containers-    , contravariant-    , distributive-    , lens-    , mtl-    , profunctors-    , tagged-    , text-    , vector-    , witherable+    , bifunctors >=5.6 && <6+    , bytestring >=0.11 && <1+    , containers >=0.6 && <1+    , contravariant >=1.5 && <2+    , distributive >=0.6 && <1+    , lens >=5.2 && <6+    , mtl >=2.3 && <3+    , profunctors >=5.6 && <6+    , tagged >=0.8 && <1+    , text ==2.*+    , vector >=0.13 && <1+    , witherable >=0.4 && <1   default-language: Haskell2010  test-suite spec@@ -142,20 +144,20 @@       UndecidableSuperClasses   ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints   build-depends:-      adjunctions+      adjunctions >=4.4 && <5     , base >=4.7 && <5-    , bifunctors-    , bytestring-    , containers-    , contravariant-    , distributive+    , bifunctors >=5.6 && <6+    , bytestring >=0.11 && <1+    , containers >=0.6 && <1+    , contravariant >=1.5 && <2+    , distributive >=0.6 && <1     , distributors     , hspec-    , lens-    , mtl-    , profunctors-    , tagged-    , text-    , vector-    , witherable+    , lens >=5.2 && <6+    , mtl >=2.3 && <3+    , profunctors >=5.6 && <6+    , tagged >=0.8 && <1+    , text ==2.*+    , vector >=0.13 && <1+    , witherable >=0.4 && <1   default-language: Haskell2010