pkgsrc/devel/hs-base-unicode-symbols/Makefile
pho 5ec0fb0966 Update to base-unicode-symbols-0.2.4.2
0.2.4.2
* infixl 6 for MINUS SIGN

0.2.4.1
* infixl 7 for MULTIPLICATION SIGN

0.2.4
* Added MULTIPLICATION SIGN
* Added this changelog
* Fixed UnicodeSyntax extension URL in readme
* Updated copyright years
* Updated author email

0.2.3
* Added DOUBLE EXCLAMATION MARK
* Added GREEK SMALL LETTER EPSILON
* Added DOUBLE-STRUCK CAPITAL N
* Added XOR
* Added NAND
* Added NOR
* Added DIVIDES
* Added DOES NOT DIVIDE
* Added MINUS SIGN
* Added RIGHTWARDS ARROW WITH TAIL
* Added LEFTWARDS ARROW WITH TAIL
* Updated readme
* Updated copyright years
* Added minimal travis YAML file
* Added cabal flag for base >= 4.8.0.0 support (enabled by default)
* Removed module haddocks
2019-12-30 23:48:43 +00:00

12 lines
298 B
Makefile

# $NetBSD: Makefile,v 1.2 2019/12/30 23:48:43 pho Exp $
#
DISTNAME= base-unicode-symbols-0.2.4.2
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Unicode alternatives for common functions and operators
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"