Skip to content

Commit 650aabf

Browse files
committed
switch to released data-functor-logistic
1 parent 75df863 commit 650aabf

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ghc."9.4" = nixos-22-11.haskell.packages.ghc94.override (old: {
3535
overrides = combineOverrides old [
3636
sourceOverrides
3737
(new: old: {
38-
data-functor-logistic = new.callPackage ./nix/data-functor-logistic.nix {};
38+
data-functor-logistic = new.callPackage ./nix/data-functor-logistic-0.0.nix {};
3939
rank2classes = new.callPackage ./nix/rank2classes-1.4.6.nix {};
4040
})
4141
];

nix/data-functor-logistic-0.0.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{ mkDerivation, base, distributive, lib }:
2+
mkDerivation {
3+
pname = "data-functor-logistic";
4+
version = "0.0";
5+
sha256 = "15f794f13d4b0c7e7f89aa7c42fa7ff3cbb77a7a1a8168da8343e953af24594c";
6+
revision = "1";
7+
editedCabalFile = "135950pg0gxqhzmvzq9lmvvy5qnsd3q8963fslasgj01bixb3k0f";
8+
libraryHaskellDepends = [ base distributive ];
9+
description = "Updatable analogue of Distributive functors";
10+
license = lib.licenses.bsd3;
11+
}

nix/data-functor-logistic.nix

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)