summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-08-29 10:48:45 +0200
committerPeter Simons <simons@cryp.to>2013-08-30 10:53:02 +0200
commitb58b137b874f1f2d0721710edd7bbae469e2f8c0 (patch)
treeecaadc5e6ad3b10042a6221dbd4c154035aaa748
parentf497ef9689f45f53435aa8b5eb3802316f096e31 (diff)
downloadnixlib-b58b137b874f1f2d0721710edd7bbae469e2f8c0.tar
nixlib-b58b137b874f1f2d0721710edd7bbae469e2f8c0.tar.gz
nixlib-b58b137b874f1f2d0721710edd7bbae469e2f8c0.tar.bz2
nixlib-b58b137b874f1f2d0721710edd7bbae469e2f8c0.tar.lz
nixlib-b58b137b874f1f2d0721710edd7bbae469e2f8c0.tar.xz
nixlib-b58b137b874f1f2d0721710edd7bbae469e2f8c0.tar.zst
nixlib-b58b137b874f1f2d0721710edd7bbae469e2f8c0.zip
haskell-Chart-gtk: update to version 1.0
-rw-r--r--pkgs/development/libraries/haskell/Chart-gtk/default.nix12
1 files changed, 4 insertions, 8 deletions
diff --git a/pkgs/development/libraries/haskell/Chart-gtk/default.nix b/pkgs/development/libraries/haskell/Chart-gtk/default.nix
index dd6c54cf6b89..d97fdc21f035 100644
--- a/pkgs/development/libraries/haskell/Chart-gtk/default.nix
+++ b/pkgs/development/libraries/haskell/Chart-gtk/default.nix
@@ -1,14 +1,10 @@
-{ cabal, cairo, Chart, colour, dataAccessor, dataAccessorTemplate
-, gtk, mtl, time
-}:
+{ cabal, cairo, Chart, ChartCairo, colour, gtk, mtl, time }:
 
 cabal.mkDerivation (self: {
   pname = "Chart-gtk";
-  version = "0.17";
-  sha256 = "1i411kdpz75azyhfaryazr0bpij5xcl0y82m9a7k23w8mhybqwc7";
-  buildDepends = [
-    cairo Chart colour dataAccessor dataAccessorTemplate gtk mtl time
-  ];
+  version = "1.0";
+  sha256 = "06i53922hdc7dvh2a76ccvwrwfhvhji0ya8j4f2lddg5zckvp3yj";
+  buildDepends = [ cairo Chart ChartCairo colour gtk mtl time ];
   meta = {
     homepage = "https://github.com/timbod7/haskell-chart/wiki";
     description = "Utility functions for using the chart library with GTK";