From 028363d969f6cbe5b3fd90c2157b48998d40b603 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 12 Dec 2014 09:48:21 +0100 Subject: [PATCH] haskell-Rasterific: update to version 0.4 --- .../development/libraries/haskell/Rasterific/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/Rasterific/default.nix b/pkgs/development/libraries/haskell/Rasterific/default.nix index c53e9f728580..5380cb596592 100644 --- a/pkgs/development/libraries/haskell/Rasterific/default.nix +++ b/pkgs/development/libraries/haskell/Rasterific/default.nix @@ -1,16 +1,17 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, binary, criterion, deepseq, dlist, filepath, FontyFruity -, free, JuicyPixels, mtl, QuickCheck, statistics, vector +, free, JuicyPixels, mtl, primitive, QuickCheck, statistics, vector , vectorAlgorithms }: cabal.mkDerivation (self: { pname = "Rasterific"; - version = "0.3"; - sha256 = "1chbcfcb5il7fbzivszap60qfwcwrq85kpx9y6qdr2pim39199fa"; + version = "0.4"; + sha256 = "1cw8lalxp9cs3w3kfr4ayp5h0kd71fdnyih99xpljy8zxw28hv3z"; buildDepends = [ - dlist FontyFruity free JuicyPixels mtl vector vectorAlgorithms + dlist FontyFruity free JuicyPixels mtl primitive vector + vectorAlgorithms ]; testDepends = [ binary criterion deepseq filepath FontyFruity JuicyPixels