mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-HList: update to version 0.3.4.1
This commit is contained in:
parent
c6da40c42f
commit
3bb288859b
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HList";
|
pname = "HList";
|
||||||
version = "0.3.4.0";
|
version = "0.3.4.1";
|
||||||
sha256 = "0jx0bfsc17c6bx621n7k0wfa5s59kcpi45p6wr8g4gyw846hjw9q";
|
sha256 = "02hw496qv2p0nnbz7lq7jfqnis19qqjsylyvdksqbwmjprk32rh2";
|
||||||
buildDepends = [ mtl tagged ];
|
buildDepends = [ mtl tagged ];
|
||||||
testDepends = [ cmdargs doctest filepath hspec lens mtl syb ];
|
testDepends = [ cmdargs doctest filepath hspec lens mtl syb ];
|
||||||
buildTools = [ diffutils ];
|
buildTools = [ diffutils ];
|
||||||
|
|
Loading…
Reference in a new issue