barbies 2.0.3.0 → 2.0.3.1
raw patch · 7 files changed
+10/−2 lines, 7 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−0
- barbies.cabal +2/−2
- test-legacy/Legacy/TestBarbies.hs +1/−0
- test-legacy/Legacy/TestBarbiesW.hs +1/−0
- test/TestBarbies.hs +1/−0
- test/TestBarbiesW.hs +1/−0
- test/TestBiBarbies.hs +1/−0
ChangeLog.md view
@@ -1,5 +1,8 @@ # Changelog for barbies +## 2.0.3.1+ - Compatibility changes for GHC 9.2 (Dan Dart)+ ## 2.0.3.0 - Add Barbies.Bi.bttraverse_ - Add Barbies.Bi.btfoldMap
barbies.cabal view
@@ -1,8 +1,8 @@ name: barbies-version: 2.0.3.0+version: 2.0.3.1 synopsis: Classes for working with types that can change clothes. description: Types that are parametric on a functor are like Barbies that have an outfit for each role. This package provides the basic abstractions to work with them comfortably.-category: Data-structures+category: Data Structures homepage: https://github.com/jcpetruzza/barbies#readme bug-reports: https://github.com/jcpetruzza/barbies/issues author: Daniel Gorin
test-legacy/Legacy/TestBarbies.hs view
@@ -1,4 +1,5 @@ {-# LANGUAGE DeriveAnyClass #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE UndecidableInstances #-} module Legacy.TestBarbies
test-legacy/Legacy/TestBarbiesW.hs view
@@ -1,5 +1,6 @@ {-# OPTIONS_GHC -O0 #-} {-# LANGUAGE DeriveAnyClass #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE UndecidableInstances #-}
test/TestBarbies.hs view
@@ -1,4 +1,5 @@ {-# LANGUAGE DeriveAnyClass #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE UndecidableInstances #-} module TestBarbies
test/TestBarbiesW.hs view
@@ -1,5 +1,6 @@ {-# OPTIONS_GHC -O0 #-} {-# LANGUAGE DeriveAnyClass #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE UndecidableInstances #-}
test/TestBiBarbies.hs view
@@ -1,5 +1,6 @@ {-# LANGUAGE AllowAmbiguousTypes #-} {-# LANGUAGE DeriveAnyClass #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE PolyKinds #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE UndecidableInstances #-}