mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-hexpat: update to version 0.20.5
This commit is contained in:
parent
dffb56d5d2
commit
322a1d40f7
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hexpat";
|
||||
version = "0.20.4";
|
||||
sha256 = "09ixvwgrr1046v806d23ngdhc8xqkf0yadzlbwxcy228ka13xwdw";
|
||||
version = "0.20.5";
|
||||
sha256 = "09p8mh2b76ymgfv64zpddywdf34n7b78agri6kjnhls0xsk8260a";
|
||||
buildDepends = [ deepseq List text transformers utf8String ];
|
||||
meta = {
|
||||
homepage = "http://haskell.org/haskellwiki/Hexpat/";
|
||||
|
|
Loading…
Reference in a new issue