override ap-normalize version with 0.1.0.1 (#130946)
haskellPackages.ap-normalize: 0.1.0.0 -> 0.1.0.1 Co-authored-by: Daniil Iaitskov <daniil.iaitskov@soostone.com> Co-authored-by: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>
This commit is contained in:
co-authored by
Daniil Iaitskov
sternenseemann
parent
9f4966b7e1
commit
973910f5c3
@@ -0,0 +1,10 @@
|
||||
{ mkDerivation, base, inspection-testing, lib, transformers }:
|
||||
mkDerivation {
|
||||
pname = "ap-normalize";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "820613b12ce759c8c8a254c78a0e4c474b2cd4cfd08fc0c1d4d5584c58ff2288";
|
||||
libraryHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base inspection-testing transformers ];
|
||||
description = "Self-normalizing applicative expressions";
|
||||
license = lib.licenses.mit;
|
||||
}
|
||||
Reference in New Issue
Block a user