packages feed

boring 0.2.2 → 0.2.2.1

raw patch · 1 files changed

+7/−6 lines, 1 filesdep −transformersdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependencies removed: transformers

Dependency ranges changed: base

API changes (from Hackage documentation)

+ Data.Boring: ($dmabsurd) :: (Absurd a, Generic a, GAbsurd (Rep a)) => a -> b
+ Data.Boring: ($dmboring) :: (Boring a, Generic a, GBoring (Rep a)) => a
- Data.Boring: absurd :: (Absurd a, Generic a, GAbsurd (Rep a)) => a -> b
+ Data.Boring: absurd :: Absurd a => a -> b
- Data.Boring: boring :: (Boring a, Generic a, GBoring (Rep a)) => a
+ Data.Boring: boring :: Boring a => a
- Data.Boring: class GAbsurd f
+ Data.Boring: class GAbsurd (f :: Type -> Type)
- Data.Boring: class GBoring f
+ Data.Boring: class GBoring (f :: Type -> Type)

Files

boring.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               boring-version:            0.2.2+version:            0.2.2.1 synopsis:           Boring and Absurd types description:   * @Boring@ types are isomorphic to @()@.@@ -26,9 +26,11 @@    || ==9.0.2    || ==9.2.8    || ==9.4.8-   || ==9.6.5-   || ==9.8.2-   || ==9.10.1+   || ==9.6.6+   || ==9.8.4+   || ==9.10.3+   || ==9.12.2+   || ==9.14.1  source-repository head   type:     git@@ -47,8 +49,7 @@ library   exposed-modules:  Data.Boring   build-depends:-      base          >=4.12.0.0 && <4.21-    , transformers  >=0.5.6.2  && <0.7+      base          >=4.12.0.0 && <4.23    if impl(ghc <7.6)     build-depends: ghc-prim