haskell-atto-lisp: update to version 0.2.1.2
This commit is contained in:
parent
a1d67d5996
commit
42dd05709c
@ -1,12 +1,17 @@
|
|||||||
{ cabal, attoparsec, blazeBuilder, blazeTextual, deepseq, text }:
|
{ cabal, attoparsec, blazeBuilder, blazeTextual, deepseq, HUnit
|
||||||
|
, testFramework, testFrameworkHunit, text
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "atto-lisp";
|
pname = "atto-lisp";
|
||||||
version = "0.2.1.1";
|
version = "0.2.1.2";
|
||||||
sha256 = "089chx4g880fbs7gh1mcvfx2xgbqdi1dxdjax6vbw8xiqgw4pzac";
|
sha256 = "0xl5b0gblab3v2sfaxvx3z96660r9xp1m2n3ri6aph3kldbpkfcg";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder blazeTextual deepseq text
|
attoparsec blazeBuilder blazeTextual deepseq text
|
||||||
];
|
];
|
||||||
|
testDepends = [
|
||||||
|
attoparsec HUnit testFramework testFrameworkHunit text
|
||||||
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/nominolo/atto-lisp";
|
homepage = "http://github.com/nominolo/atto-lisp";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user