about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-08-03 17:37:33 +0200
committerPeter Simons <simons@cryp.to>2019-08-03 17:37:33 +0200
commite78d952b5b6441d69d6aeeab279cb8a6a72aa20c (patch)
tree01a2240ca3ab9f4ac988b54d46bc20536466daa4 /pkgs/development/haskell-modules
parent9a40de7cc5d48526bb24b208ef07d7347625d51f (diff)
downloadnixlib-e78d952b5b6441d69d6aeeab279cb8a6a72aa20c.tar
nixlib-e78d952b5b6441d69d6aeeab279cb8a6a72aa20c.tar.gz
nixlib-e78d952b5b6441d69d6aeeab279cb8a6a72aa20c.tar.bz2
nixlib-e78d952b5b6441d69d6aeeab279cb8a6a72aa20c.tar.lz
nixlib-e78d952b5b6441d69d6aeeab279cb8a6a72aa20c.tar.xz
nixlib-e78d952b5b6441d69d6aeeab279cb8a6a72aa20c.tar.zst
nixlib-e78d952b5b6441d69d6aeeab279cb8a6a72aa20c.zip
hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.4-2-ge532a45 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/bd2ec34f885123ac8346bc650365565bc197ca05.
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix18
1 files changed, 9 insertions, 9 deletions
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 84a35340d60a..04209b9e16f5 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -93217,7 +93217,7 @@ self: {
      }) {inherit (pkgs) gtk3;};
 
   "gi-gdkpixbuf" = callPackage
-    ({ mkDerivation, base, bytestring, Cabal, containers, gdk_pixbuf
+    ({ mkDerivation, base, bytestring, Cabal, containers, gdk-pixbuf
      , gi-gio, gi-glib, gi-gobject, haskell-gi, haskell-gi-base
      , haskell-gi-overloading, text, transformers
      }:
@@ -93230,13 +93230,13 @@ self: {
          base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
          haskell-gi-base haskell-gi-overloading text transformers
        ];
-       libraryPkgconfigDepends = [ gdk_pixbuf ];
+       libraryPkgconfigDepends = [ gdk-pixbuf ];
        description = "GdkPixbuf bindings";
        license = stdenv.lib.licenses.lgpl21;
-     }) {inherit (pkgs) gdk_pixbuf;};
+     }) {inherit (pkgs) gdk-pixbuf;};
 
   "gi-gdkpixbuf_2_0_22" = callPackage
-    ({ mkDerivation, base, bytestring, Cabal, containers, gdk_pixbuf
+    ({ mkDerivation, base, bytestring, Cabal, containers, gdk-pixbuf
      , gi-gio, gi-glib, gi-gobject, haskell-gi, haskell-gi-base
      , haskell-gi-overloading, text, transformers
      }:
@@ -93251,11 +93251,11 @@ self: {
          base bytestring containers gi-gio gi-glib gi-gobject haskell-gi
          haskell-gi-base haskell-gi-overloading text transformers
        ];
-       libraryPkgconfigDepends = [ gdk_pixbuf ];
+       libraryPkgconfigDepends = [ gdk-pixbuf ];
        description = "GdkPixbuf bindings";
        license = stdenv.lib.licenses.lgpl21;
        hydraPlatforms = stdenv.lib.platforms.none;
-     }) {inherit (pkgs) gdk_pixbuf;};
+     }) {inherit (pkgs) gdk-pixbuf;};
 
   "gi-gdkx11" = callPackage
     ({ mkDerivation, base, bytestring, Cabal, containers, gi-cairo
@@ -184510,7 +184510,7 @@ self: {
 
   "poppler" = callPackage
     ({ mkDerivation, array, base, bytestring, Cabal, cairo, containers
-     , gdk_pixbuf, glib, gtk, gtk2, gtk2hs-buildtools, mtl, pango
+     , gdk-pixbuf, glib, gtk, gtk2, gtk2hs-buildtools, mtl, pango
      , poppler
      }:
      mkDerivation {
@@ -184522,13 +184522,13 @@ self: {
        libraryHaskellDepends = [
          array base bytestring cairo containers glib gtk mtl
        ];
-       libraryPkgconfigDepends = [ gdk_pixbuf gtk2 pango poppler ];
+       libraryPkgconfigDepends = [ gdk-pixbuf gtk2 pango poppler ];
        libraryToolDepends = [ gtk2hs-buildtools ];
        description = "Binding to the Poppler";
        license = stdenv.lib.licenses.gpl2;
        hydraPlatforms = stdenv.lib.platforms.none;
        broken = true;
-     }) {inherit (pkgs) gdk_pixbuf; inherit (pkgs) gtk2; 
+     }) {inherit (pkgs) gdk-pixbuf; inherit (pkgs) gtk2; 
          inherit (pkgs) pango; inherit (pkgs) poppler;};
 
   "populate-setup-exe-cache" = callPackage