haskell-implicit: update to version 0.0.3
This commit is contained in:
parent
1c35120228
commit
dba2a6de23
@ -1,8 +1,8 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, blazeBuilder, blazeMarkup, blazeSvg, deepseq, filepath
|
{ cabal, blazeBuilder, blazeMarkup, blazeSvg, deepseq, filepath
|
||||||
, JuicyPixels, mtl, NumInstances, optparseApplicative, parallel
|
, JuicyPixels, mtl, optparseApplicative, parallel, parsec
|
||||||
, parsec, storableEndian, text, unorderedContainers, vectorSpace
|
, storableEndian, text, unorderedContainers, vectorSpace
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -13,8 +13,8 @@ cabal.mkDerivation (self: {
|
|||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeMarkup blazeSvg deepseq filepath JuicyPixels mtl
|
blazeBuilder blazeMarkup blazeSvg deepseq filepath JuicyPixels mtl
|
||||||
NumInstances optparseApplicative parallel parsec storableEndian
|
optparseApplicative parallel parsec storableEndian text
|
||||||
text unorderedContainers vectorSpace
|
unorderedContainers vectorSpace
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/colah/ImplicitCAD";
|
homepage = "https://github.com/colah/ImplicitCAD";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user