haskell-implicit: update to version 0.0.3

This commit is contained in:
Peter Simons 2014-08-16 17:27:11 +02:00
parent 1c35120228
commit dba2a6de23

View File

@ -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";