Update to pugs-DrIFT-2.2.3.20130611.
This commit is contained in:
parent
4bdc0f031b
commit
42022774a0
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2013/03/11 10:50:08 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2013/07/18 22:40:11 kili Exp $
|
||||
|
||||
COMMENT = DrIFT with pugs-specific rules
|
||||
|
||||
DISTNAME = pugs-DrIFT-2.2.3.20120203
|
||||
REVISION = 3
|
||||
DISTNAME = pugs-DrIFT-2.2.3.20130611
|
||||
CATEGORIES = devel
|
||||
HOMEPAGE = http://pugscode.org/
|
||||
|
||||
@ -17,7 +16,7 @@ MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/hs-HsSyck \
|
||||
devel/hs-mtl>=0,<2.2.0.0 \
|
||||
devel/hs-mtl>=2.0.0.0 \
|
||||
devel/hs-random \
|
||||
devel/hs-stm
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (ghc/pugs-DrIFT-2.2.3.20120203.tar.gz) = yWdxKlgKktn97anK7gy/pg==
|
||||
RMD160 (ghc/pugs-DrIFT-2.2.3.20120203.tar.gz) = S99h5xiMPMIqqFIrHDzAP21VayQ=
|
||||
SHA1 (ghc/pugs-DrIFT-2.2.3.20120203.tar.gz) = 4IHFtKDCe/8W7lUL70CE35sl8gs=
|
||||
SHA256 (ghc/pugs-DrIFT-2.2.3.20120203.tar.gz) = O1FJ9+UGlUnrQvUAmm0lNvJHO0Kr/eH45TX2vJ1JVdc=
|
||||
SIZE (ghc/pugs-DrIFT-2.2.3.20120203.tar.gz) = 44419
|
||||
SHA256 (ghc/pugs-DrIFT-2.2.3.20130611.tar.gz) = hqEhplJUOBjBtIEPc8bsH7wCH3nWr1Hce5Qh+JNAsDA=
|
||||
SIZE (ghc/pugs-DrIFT-2.2.3.20130611.tar.gz) = 44488
|
||||
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-pugs-DrIFT_cabal,v 1.2 2012/09/02 21:21:48 kili Exp $
|
||||
--- pugs-DrIFT.cabal.orig Fri Feb 3 14:29:37 2012
|
||||
+++ pugs-DrIFT.cabal Tue Jul 10 15:19:20 2012
|
||||
@@ -33,7 +33,7 @@ extra-source-files:
|
||||
src/Rules/YAML.hs
|
||||
|
||||
executable pugs-DrIFT
|
||||
- build-depends: base >= 4 && < 5, old-time, random, bytestring, utf8-string, pretty, containers, mtl < 2.0.0.0, stm, HsSyck
|
||||
+ build-depends: base >= 4 && < 5, old-time, random, bytestring, utf8-string, pretty, containers, mtl, stm, HsSyck
|
||||
main-is: DrIFT.hs
|
||||
-- ghc-options: -fparr
|
||||
hs-source-dirs: src
|
||||
@@ -44,7 +44,7 @@ executable pugs-DrIFT
|
||||
IncoherentInstances
|
||||
|
||||
library
|
||||
- build-depends: base >= 4 && < 5, old-time, random, bytestring, utf8-string, pretty, containers, mtl < 2.0.0.0, stm, HsSyck
|
||||
+ build-depends: base >= 4 && < 5, old-time, random, bytestring, utf8-string, pretty, containers, mtl, stm, HsSyck
|
||||
hs-source-dirs: src
|
||||
-- ghc-options: -fparr
|
||||
extensions: ParallelListComp, ScopedTypeVariables,
|
Loading…
Reference in New Issue
Block a user