packages feed

alignment 0.1.0.3 → 0.1.0.4

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~semigroupoidsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: semigroupoids

API changes (from Hackage documentation)

Files

alignment.cabal view
@@ -1,7 +1,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                   alignment-version:                0.1.0.3+version:                0.1.0.4 synopsis:               Zip-alignment description:   <<https://system-f.gitlab.io/logo/systemf-450x450.jpg>>@@ -30,7 +30,7 @@   build-depends:        base >= 4.8 && < 6                       , bifunctors >= 5 && < 6                       , lens >= 4.15 && < 6-                      , semigroupoids >= 5.1 && < 5.4+                      , semigroupoids >= 5.1 && < 7                       , assoc >= 1 && < 2    hs-source-dirs:       src
changelog.md view
@@ -1,3 +1,7 @@+0.1.0.4++* Bump versions+ 0.1.0.3  * Change the type of `alignWith` to be more consistent.