packages feed

Empty 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+7/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Empty.cabal view
@@ -2,7 +2,7 @@ --  see http://haskell.org/cabal/users-guide/  name:                Empty-version:             0.1.0.0+version:             0.1.0.1 synopsis:            A type class for empty containers description:         HasEmpty f has a member empty of type forall a. f a license:             BSD3@@ -14,6 +14,10 @@ build-type:          Simple extra-source-files:  ChangeLog.md cabal-version:       >=1.10++source-repository head+  type: git+  location: https://gitlab.com/fresheyeball/Empty.git  library   exposed-modules:     Control.Empty
src/Control/Empty.hs view
@@ -32,11 +32,11 @@          @g \<$\> empty = empty@ -    [/Applicative annililation left/]+    [/Applicative annihilation left/]          @x \<*\> empty = empty@ -    [/Applicative annililation right/]+    [/Applicative annihilation right/]          @empty \<*\> x = empty@