haskell-epic: updated to version 0.1.13

svn path=/nixpkgs/trunk/; revision=29213
This commit is contained in:
Peter Simons 2011-09-12 16:45:27 +00:00
parent 20c7526891
commit 775896c15f

View File

@ -2,14 +2,13 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "epic"; pname = "epic";
version = "0.1.11"; version = "0.1.13";
sha256 = "12dz1wjaf3n8fqk46vhpnxq9z633wi6wyihcmif7amxmqv3l8zn9"; sha256 = "00rdprgndrvssrjlp6jh5jak2rxq6bcd2dknldx6i8h1cq6i69rb";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ mtl ]; buildDepends = [ mtl ];
buildTools = [ happy ]; buildTools = [ happy ];
extraLibraries = [ boehmgc gmp ]; extraLibraries = [ boehmgc gmp ];
noHaddock = true;
meta = { meta = {
homepage = "http://www.dcs.st-and.ac.uk/~eb/epic.php"; homepage = "http://www.dcs.st-and.ac.uk/~eb/epic.php";
description = "Compiler for a simple functional language"; description = "Compiler for a simple functional language";