pointless-fun 1.1.0 → 1.1.0.1
raw patch · 2 files changed
+5/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
pointless-fun.cabal view
@@ -1,9 +1,9 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org> ~ 2012.01.06+-- wren ng thornton <wren@community.haskell.org> ~ 2012.01.28 ---------------------------------------------------------------- Name: pointless-fun-Version: 1.1.0+Version: 1.1.0.1 Stability: provisional Homepage: http://code.haskell.org/~wren/ Author: wren ng thornton
src/Data/Function/Pointless.hs view
@@ -1,6 +1,6 @@ {-# OPTIONS_GHC -Wall -fwarn-tabs #-} ------------------------------------------------------------------- 2012.01.06+-- 2012.01.29 -- | -- Module : Data.Function.Pointless -- Copyright : Copyright (c) 2009--2012 wren ng thornton@@ -21,8 +21,8 @@ -- -- > foo :: A -> B -> C -- >- -- > albert :: A -> X- -- > beth :: B -> Y+ -- > albert :: X -> A+ -- > beth :: Y -> B -- > carol :: C -> Z -- > -- > bar :: X -> Y -> Z