mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 02:46:28 +00:00
haskell-fmlist: add version 0.8
This commit is contained in:
parent
548cce8826
commit
a59b8c143e
12
pkgs/development/libraries/haskell/fmlist/default.nix
Normal file
12
pkgs/development/libraries/haskell/fmlist/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "fmlist";
|
||||
version = "0.8";
|
||||
sha256 = "1knr9yh58fwjpkm37hvrqghlchf5qibwf9q52app6zh3ys999rrs";
|
||||
meta = {
|
||||
description = "FoldMap lists";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
|
@ -712,6 +712,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
fileLocation = callPackage ../development/libraries/haskell/file-location {};
|
||||
|
||||
fmlist = callPackage ../development/libraries/haskell/fmlist {};
|
||||
|
||||
ftphs = callPackage ../development/libraries/haskell/ftphs {};
|
||||
|
||||
extensibleEffects = callPackage ../development/libraries/haskell/extensible-effects {};
|
||||
|
|
Loading…
Reference in a new issue