forked from mirrors/nixpkgs
Haskell: correct sha256 for tasty-ant-xml
For some reason hackage2nix always outputs `nil`. CC @peti
This commit is contained in:
parent
0305f3b797
commit
1d4098dd03
|
@ -105898,7 +105898,7 @@ self: {
|
|||
mkDerivation {
|
||||
pname = "tasty-ant-xml";
|
||||
version = "1.0.1";
|
||||
sha256 = "nil";
|
||||
sha256 = "1wb9lm9rbk46g9cm2lpcrzh59zpcy270p824agg61bj1xb9jymsc";
|
||||
buildDepends = [
|
||||
base containers generic-deriving ghc-prim mtl stm tagged tasty
|
||||
transformers xml
|
||||
|
|
Loading…
Reference in a new issue