bound 0.9.0.1 → 0.9.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~comonaddep ~profunctors
Dependency ranges changed: comonad, profunctors
Files
- CHANGELOG.markdown +4/−0
- bound.cabal +3/−3
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.9.1+-----+* Updated to work with `comonad` 4.0 and `profunctors` 4.0+ 0.9 --- * Added the missing instance for `Applicative (Scope b f)`
bound.cabal view
@@ -1,6 +1,6 @@ name: bound category: Language, Compilers/Interpreters-version: 0.9.0.1+version: 0.9.1 license: BSD3 cabal-version: >= 1.9.2 license-file: LICENSE@@ -70,11 +70,11 @@ binary >= 0.5 && < 0.8, bytes >= 0.4 && < 1, cereal >= 0.3.5.2 && < 0.5,- comonad >= 3 && < 4,+ comonad >= 3 && < 5, hashable >= 1.1 && < 1.3, hashable-extras >= 0.1 && < 1, prelude-extras >= 0.3 && < 1,- profunctors >= 3.3 && < 4,+ profunctors >= 3.3 && < 5, transformers >= 0.2 && < 0.4 ghc-options: -Wall -O2 -fspec-constr -fdicts-cheap -funbox-strict-fields