Skip to content

Commit

Permalink
Updated to work with comonad 4.0 and profunctors 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Oct 13, 2013
1 parent be80890 commit 14ec641
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
@@ -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)`
Expand Down
6 changes: 3 additions & 3 deletions bound.cabal
@@ -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
Expand Down Expand Up @@ -70,11 +70,11 @@ library
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
Expand Down

0 comments on commit 14ec641

Please sign in to comment.