- Update to 0.9.40.3
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
21568ac21e
commit
e2b9423199
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298226
3 changed files with 8 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= uuagc
|
||||
PORTVERSION= 0.9.40.2
|
||||
PORTVERSION= 0.9.40.3
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
|
@ -15,8 +15,9 @@ COMMENT= Attribute Grammar System of Universiteit Utrecht
|
|||
LICENSE= BSD
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
USE_CABAL= haskell-src-exts>=1.11.1 mtl>=1.1.1.1 \
|
||||
uuagc-bootstrap>=0.9.40.0 uuagc-cabal>=1.0.2.0 uulib>=0.9.14
|
||||
|
||||
USE_CABAL= haskell-src-exts>=1.11.1 mtl>=1.1.1.1 uuagc-bootstrap>=0.9.40.0 \
|
||||
uuagc-cabal>=1.0.2.0 uulib>=0.9.14
|
||||
|
||||
EXECUTABLE= uuagc
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (cabal/uuagc-0.9.40.2.tar.gz) = c8adac19d9529e16557fec2cf40907e514ee7212827d7a73a9da632a2ad685e1
|
||||
SIZE (cabal/uuagc-0.9.40.2.tar.gz) = 157072
|
||||
SHA256 (cabal/uuagc-0.9.40.3.tar.gz) = 1446be31bb8a4d2457b7ca718e949d443adbcf6135a28781fd83201d173b7714
|
||||
SIZE (cabal/uuagc-0.9.40.3.tar.gz) = 157659
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
UUAG is the Utrecht University Attribute Grammar system. It generates Haskell
|
||||
files from an attribute grammar specification.
|
||||
Generates Haskell files from an attribute grammar specification.
|
||||
|
||||
It is a preprocessor for Haskell which makes it easy to write catamorphisms
|
||||
(that is, functions that do to any datatype what foldr does to lists).
|
||||
You can define tree walks using the intuitive concepts of inherited and
|
||||
synthesized attributes, while keeping the full expressive power of Haskell.
|
||||
|
||||
WWW: http://www.cs.uu.nl/wiki/HUT/AttributeGrammarSystem
|
||||
WWW: http://www.cs.uu.nl/wiki/HUT/WebHome
|
||||
|
|
Loading…
Reference in a new issue