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:
Daneel S. Yaitskov
2021-07-24 14:56:18 +02:00
committed by GitHub
co-authored by Daniil Iaitskov sternenseemann
parent 9f4966b7e1
commit 973910f5c3
2 changed files with 12 additions and 0 deletions
@@ -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;
}