packages feed

coercible-subtypes 0.3.0.0 → 0.3.0.1

raw patch · 3 files changed

+4/−4 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

coercible-subtypes.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.2 name:                coercible-subtypes-version:             0.3.0.0+version:             0.3.0.1 stability:           experimental synopsis:            Coercible but only in one direction description: Newtype wrapper 'Data.Type.Coercion.Sub.Sub'@@ -32,7 +32,7 @@                        Data.Type.Coercion.Related.Internal,                        Newtype.Union,                        Newtype.Intersection-  build-depends:       base >=4.12 && <4.18,+  build-depends:       base >=4.12 && <4.20,                        profunctors   hs-source-dirs:      src   default-language:    Haskell2010
src/Newtype/Intersection.hs view
@@ -1,7 +1,7 @@ {-# LANGUAGE BangPatterns #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE RankNTypes #-}-{-# LANGUAGE ExistentialQuantification #-}+{-# LANGUAGE GADTs #-} module Newtype.Intersection(   module Data.Type.Coercion.Related,   IsIntersection(..),
src/Newtype/Union.hs view
@@ -1,6 +1,6 @@ {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE RankNTypes #-}-{-# LANGUAGE ExistentialQuantification #-}+{-# LANGUAGE GADTs #-} module Newtype.Union(   module Data.Type.Coercion.Related,   IsUnion(..),