conceit 0.3.1.0 → 0.3.2.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bifunctorsdep ~semigroupoidsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bifunctors, semigroupoids
API changes (from Hackage documentation)
Files
- conceit.cabal +3/−3
conceit.cabal view
@@ -1,5 +1,5 @@ name: conceit-version: 0.3.1.0+version: 0.3.2.0 license: BSD3 license-file: LICENSE data-files: @@ -23,8 +23,8 @@ other-modules: build-depends: base >= 4.4 && < 5,- semigroupoids ==4.*,- bifunctors >= 4.1 && < 5,+ semigroupoids >=4 && < 6,+ bifunctors >= 4.1 && < 6, void >= 0.6 && < 1.0, exceptions >= 0.6 && < 1.0, mtl >=2.0 && <2.3,