profunctor-extras 0.3.1.3 → 0.3.1.4
raw patch · 1 files changed
+6/−6 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- profunctor-extras.cabal +6/−6
profunctor-extras.cabal view
@@ -1,6 +1,6 @@ name: profunctor-extras category: Control, Categories-version: 0.3.1.3+version: 0.3.1.4 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE@@ -18,11 +18,11 @@ location: git://github.com/ekmett/profunctor-extras.git library- default-language: Haskell2010- other-extensions: GADTs- FlexibleInstances- UndecidableInstances- MultiParamTypeClasses+ default-language: Haskell98+ other-extensions: GADTs+ FlexibleInstances+ UndecidableInstances+ MultiParamTypeClasses build-depends: base >= 4 && < 5, semigroupoids >= 1.2.2 && <= 1.3,