haskell-alex: updated to version 3.0.1
svn path=/nixpkgs/trunk/; revision=28551
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ cabal, QuickCheck, perl }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "alex";
|
||||
version = "3.0.1";
|
||||
sha256 = "1w7s9kzgr4kfh6cyhb4qkvxwy9gcw3xa1d2k5dy575k3wk73awkj";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ QuickCheck ];
|
||||
buildTools = [ perl ];
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/alex/";
|
||||
description = "Alex is a tool for generating lexical analysers in Haskell";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
})
|
||||
@@ -1,12 +0,0 @@
|
||||
{cabal, perl, QuickCheck2}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "alex";
|
||||
version = "3.0"; # Haskell Platform future?
|
||||
name = self.fname;
|
||||
sha256 = "0vjm58xb64lvhd7h3cfgrm81630pl2avz6v98323s6i9jsizi8js";
|
||||
extraBuildInputs = [perl QuickCheck2];
|
||||
meta = {
|
||||
description = "A lexical analyser generator for Haskell";
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user