profunctors 0.1.2 → 0.1.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~semigroupoids
Dependency ranges changed: semigroupoids
Files
- profunctors.cabal +2/−2
profunctors.cabal view
@@ -1,6 +1,6 @@ name: profunctors category: Control, Categories-version: 0.1.2+version: 0.1.2.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -20,7 +20,7 @@ library build-depends: base >= 4 && < 5,- semigroupoids >= 1.3 && <= 1.4,+ semigroupoids >= 1.3.1 && <= 1.4, comonad >= 1.1.1.3 && < 1.2 if impl(ghc)