From dba2a6de23f5d9137e84b23569113e051a6694ab Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 16 Aug 2014 17:27:11 +0200 Subject: [PATCH] haskell-implicit: update to version 0.0.3 --- pkgs/development/libraries/haskell/implicit/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/implicit/default.nix b/pkgs/development/libraries/haskell/implicit/default.nix index 39013aff28f..a2fd8cd438e 100644 --- a/pkgs/development/libraries/haskell/implicit/default.nix +++ b/pkgs/development/libraries/haskell/implicit/default.nix @@ -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";