haskell-llvm-general: update to version 3.3.8.1
This commit is contained in:
parent
66dc4eba7f
commit
bfa5bd9371
@ -1,16 +1,18 @@
|
|||||||
{ cabal, HUnit, llvmConfig, mtl, parsec, QuickCheck, setenv
|
{ cabal, HUnit, llvmConfig, llvmGeneralPure, mtl, parsec
|
||||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2, text
|
, QuickCheck, setenv, testFramework, testFrameworkHunit
|
||||||
, transformers
|
, testFrameworkQuickcheck2, transformers, utf8String
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "llvm-general";
|
pname = "llvm-general";
|
||||||
version = "3.3.5.0";
|
version = "3.3.8.1";
|
||||||
sha256 = "15zrav7339jn6p75g1d7h3qkr1wyal1jzfs8xy73kckw2fzn4nlf";
|
sha256 = "1w9wqi9mj673s0bm3j4a5kapl5f65sy8mwjbw7ydism6j5jmxhpk";
|
||||||
buildDepends = [ mtl parsec setenv text transformers ];
|
buildDepends = [
|
||||||
|
llvmGeneralPure mtl parsec setenv transformers utf8String
|
||||||
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
HUnit mtl QuickCheck testFramework testFrameworkHunit
|
HUnit llvmGeneralPure mtl QuickCheck testFramework
|
||||||
testFrameworkQuickcheck2
|
testFrameworkHunit testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
buildTools = [ llvmConfig ];
|
buildTools = [ llvmConfig ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user