Skip to content

Commit

Permalink
Update classy-prelude-{conduit,yesod} versions to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhus committed Oct 4, 2018
1 parent 961752a commit 7fdced1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions classy-prelude-conduit/package.yaml
@@ -1,5 +1,5 @@
name: classy-prelude-conduit
version: 1.4.0
version: 1.5.0
synopsis: classy-prelude together with conduit functions
description: See docs and README at <http://www.stackage.org/package/classy-prelude-conduit>
category: Control, Prelude
Expand All @@ -24,7 +24,7 @@ library:
- -fno-warn-orphans
dependencies:
- conduit >=1.3 && <1.4
- classy-prelude >=1.4.0 && <1.4.1
- classy-prelude >=1.5.0 && <1.5.1
- monad-control
- resourcet
- void
Expand Down
6 changes: 3 additions & 3 deletions classy-prelude-yesod/package.yaml
@@ -1,5 +1,5 @@
name: classy-prelude-yesod
version: 1.4.0
version: 1.5.0
synopsis: Provide a classy prelude including common Yesod functionality.
description: See docs and README at <http://www.stackage.org/package/classy-prelude-yesod>
category: Control, Yesod
Expand All @@ -14,8 +14,8 @@ extra-source-files:

dependencies:
- base >= 4.9 && <5
- classy-prelude >=1.4.0 && <1.4.1
- classy-prelude-conduit >=1.4.0 && <1.4.1
- classy-prelude >=1.5.0 && <1.5.1
- classy-prelude-conduit >=1.5.0 && <1.5.1
- yesod >=1.2
- yesod-newsfeed
- yesod-static
Expand Down
2 changes: 1 addition & 1 deletion classy-prelude/package.yaml
@@ -1,5 +1,5 @@
name: classy-prelude
version: 1.4.0
version: 1.5.0
synopsis: A typeclass-based Prelude.
description: See docs and README at <http://www.stackage.org/package/classy-prelude>
category: Control, Prelude
Expand Down

0 comments on commit 7fdced1

Please sign in to comment.