machines 0.4.0.1 → 0.4.1
raw patch · 2 files changed
+15/−11 lines, 2 filesdep ~comonaddep ~filepathdep ~free
Dependency ranges changed: comonad, filepath, free, pointed, profunctors, semigroups, void
Files
- CHANGELOG.markdown +4/−0
- machines.cabal +11/−11
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.4.1+-----+* Support `void` 0.7, fixed upper bounds on dependencies going forward.+ 0.4.0.1 ----- * Bumped the bounds for `mtl` and `transformers`
machines.cabal view
@@ -1,6 +1,6 @@ name: machines category: Control, Enumerator-version: 0.4.0.1+version: 0.4.1 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE@@ -17,7 +17,7 @@ Rúnar Bjarnason's talk on machines can be downloaded from: <https://dl.dropbox.com/u/4588997/Machines.pdf> build-type: Custom-tested-with: GHC == 7.4.1+tested-with: GHC == 7.4.1, GHC == 7.8.3 extra-source-files: .travis.yml .ghci@@ -37,15 +37,15 @@ library build-depends: base == 4.*,- comonad >= 3,- containers >= 0.3 && < 0.6,- free >= 3.1.1,- pointed >= 3,- profunctors >= 3,- semigroups >= 0.8.3,- transformers >= 0.3 && < 0.5,- mtl >= 2 && < 2.3,- void >= 0.6.1 && < 0.7+ comonad >= 3 && < 5,+ containers >= 0.3 && < 0.6,+ free >= 3.1.1 && < 5,+ pointed >= 3 && < 5,+ profunctors >= 3 && < 5,+ semigroups >= 0.8.3 && < 1,+ transformers >= 0.3 && < 0.5,+ mtl >= 2 && < 2.3,+ void >= 0.6.1 && < 1 exposed-modules: Data.Machine