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!
|
||||
|
||||
{ cabal, blazeBuilder, blazeMarkup, blazeSvg, deepseq, filepath
|
||||
, JuicyPixels, mtl, NumInstances, optparseApplicative, parallel
|
||||
, parsec, storableEndian, text, unorderedContainers, vectorSpace
|
||||
, JuicyPixels, mtl, optparseApplicative, parallel, parsec
|
||||
, storableEndian, text, unorderedContainers, vectorSpace
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
@ -13,8 +13,8 @@ cabal.mkDerivation (self: {
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
blazeBuilder blazeMarkup blazeSvg deepseq filepath JuicyPixels mtl
|
||||
NumInstances optparseApplicative parallel parsec storableEndian
|
||||
text unorderedContainers vectorSpace
|
||||
optparseApplicative parallel parsec storableEndian text
|
||||
unorderedContainers vectorSpace
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/colah/ImplicitCAD";
|
||||
|
Loading…
Reference in New Issue
Block a user