Skip to content

Commit

Permalink
Different version number
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Nov 22, 2021
1 parent 7382719 commit eda24ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions classy-prelude-conduit/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: classy-prelude-conduit
version: 1.5.1
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.5.0 && <1.5.2
- 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: classy-prelude-yesod
version: 1.5.1
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.13 && <5
- classy-prelude >=1.5.0 && <1.5.2
- classy-prelude-conduit >=1.5.0 && <1.5.2
- 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
4 changes: 3 additions & 1 deletion classy-prelude/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 1.5.1
# ChangeLog for classy-prelude

## 1.5.0.1

* Export a compatiblity shim for `parseTime` as it has been removed in `time-1.10`.
See <https://hackage.haskell.org/package/time-1.12/changelog>
Expand Down
2 changes: 1 addition & 1 deletion classy-prelude/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: classy-prelude
version: 1.5.1
version: 1.5.0.1
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 eda24ae

Please sign in to comment.