1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

haskell-glib: update to version 0.12.5.0

This commit is contained in:
Peter Simons 2013-12-01 23:29:09 +01:00
parent 09a2f62d3d
commit b83e06a1ad

View file

@ -1,9 +1,10 @@
{ cabal, glib, gtk2hsBuildtools, libc, pkgconfig }:
{ cabal, glib, gtk2hsBuildtools, libc, pkgconfig, utf8String }:
cabal.mkDerivation (self: {
pname = "glib";
version = "0.12.4";
sha256 = "0s92phy1xlgjzqc7y5plviipb98m13h5lj4n9g6lbv4i106z97ax";
version = "0.12.5.0";
sha256 = "0s3gw4xd6d84hylzniy3sjjzz2ia2q4249vplhqn6y64dj96l196";
buildDepends = [ utf8String ];
buildTools = [ gtk2hsBuildtools ];
extraLibraries = [ libc pkgconfig ];
pkgconfigDepends = [ glib ];