- Update to 0.9.1
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
07d176a245
commit
0cb52cd10c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291152
3 changed files with 7 additions and 9 deletions
|
@ -6,12 +6,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= TypeCompose
|
PORTNAME= TypeCompose
|
||||||
PORTVERSION= 0.8.3
|
PORTVERSION= 0.9.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= devel haskell
|
CATEGORIES= devel haskell
|
||||||
|
|
||||||
MAINTAINER= haskell@FreeBSD.org
|
MAINTAINER= haskell@FreeBSD.org
|
||||||
COMMENT= Type composition classes and instances for Haskell
|
COMMENT= Type composition classes and instances
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (cabal/TypeCompose-0.8.3.tar.gz) = d0db276a809f91f40c83b2f56c40dd671d1c3955c7e7e6e00452228ce3db29e0
|
SHA256 (cabal/TypeCompose-0.9.1.tar.gz) = 98237cc60f70a0585b78e674bbf579b4062da13e737441d0f940deaab9a48d21
|
||||||
SIZE (cabal/TypeCompose-0.8.3.tar.gz) = 16254
|
SIZE (cabal/TypeCompose-0.9.1.tar.gz) = 16482
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
TypeCompose provides some Haskell classes and instances for forms of
|
TypeCompose provides some classes and instances for forms of type composition, as
|
||||||
type composition, as well as some modules who have not yet found a
|
well as some modules who have not yet found a home.
|
||||||
home.
|
|
||||||
|
|
||||||
WWW: http://haskell.org/haskellwiki/TypeCompose
|
WWW: http://haskell.org/haskellwiki/TypeCompose
|
||||||
|
|
Loading…
Reference in a new issue