Skip to content

Commit

Permalink
Upped versions and changelog for snoyberg#241 pattern synonyms for Is…
Browse files Browse the repository at this point in the history
…Sequence in classy-prelude
  • Loading branch information
BebeSparkelSparkel authored and vigress8 committed Jan 7, 2025
1 parent b35023b commit ae54c22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions classy-prelude/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for classy-prelude

## 1.5.1.0

* Added Empty and Cons pattern synonyms for sequences [#241](https://github.com/snoyberg/mono-traversable/issues/241)

## 1.5.0.3

* Don't import Data.Functor.unzip [#215](https://github.com/snoyberg/mono-traversable/pull/215)
Expand Down
2 changes: 1 addition & 1 deletion classy-prelude/classy-prelude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: classy-prelude
version: 1.5.0.3
version: 1.5.1.0
synopsis: A typeclass-based Prelude.
description: See docs and README at <http://www.stackage.org/package/classy-prelude>
category: Control, Prelude
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.0.3
version: 1.5.1.0
synopsis: A typeclass-based Prelude.
description: See docs and README at <http://www.stackage.org/package/classy-prelude>
category: Control, Prelude
Expand Down
1 change: 0 additions & 1 deletion classy-prelude/src/ClassyPrelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE ViewPatterns #-}

module ClassyPrelude
( -- * CorePrelude
module CorePrelude
Expand Down

0 comments on commit ae54c22

Please sign in to comment.