mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-th-desugar: update to version 1.4.2
This commit is contained in:
parent
761af76574
commit
bd8330a921
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "th-desugar";
|
pname = "th-desugar";
|
||||||
version = "1.4.1";
|
version = "1.4.2";
|
||||||
sha256 = "1pjv301bshdmn3s5nrmmcx5d1b80c410lml73sai68dhx7v64vw2";
|
sha256 = "16l0khjx2wppnm9spp6mg659m95hxjkzfv3pjw5ays3z6clhx8b9";
|
||||||
buildDepends = [ mtl syb ];
|
buildDepends = [ mtl syb ];
|
||||||
testDepends = [ hspec HUnit mtl syb ];
|
testDepends = [ hspec HUnit mtl syb ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user