1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

haskell-atto-lisp: update to version 0.2.1.2

This commit is contained in:
Peter Simons 2014-01-25 16:52:41 +01:00
parent a1d67d5996
commit 42dd05709c

View file

@ -1,12 +1,17 @@
{ cabal, attoparsec, blazeBuilder, blazeTextual, deepseq, text }:
{ cabal, attoparsec, blazeBuilder, blazeTextual, deepseq, HUnit
, testFramework, testFrameworkHunit, text
}:
cabal.mkDerivation (self: {
pname = "atto-lisp";
version = "0.2.1.1";
sha256 = "089chx4g880fbs7gh1mcvfx2xgbqdi1dxdjax6vbw8xiqgw4pzac";
version = "0.2.1.2";
sha256 = "0xl5b0gblab3v2sfaxvx3z96660r9xp1m2n3ri6aph3kldbpkfcg";
buildDepends = [
attoparsec blazeBuilder blazeTextual deepseq text
];
testDepends = [
attoparsec HUnit testFramework testFrameworkHunit text
];
jailbreak = true;
meta = {
homepage = "http://github.com/nominolo/atto-lisp";