haskell-stringable: add version 0.1.2
This commit is contained in:
parent
2a1c1869c0
commit
137e8ef0f1
13
pkgs/development/libraries/haskell/stringable/default.nix
Normal file
13
pkgs/development/libraries/haskell/stringable/default.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ cabal, systemFilepath, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "stringable";
|
||||
version = "0.1.2";
|
||||
sha256 = "17lhry3x90s88lplbv2kvzyak8wrc9r80czng5s3dirmyp9rn5gs";
|
||||
buildDepends = [ systemFilepath text ];
|
||||
meta = {
|
||||
description = "A Stringable type class, in the spirit of Foldable and Traversable";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1885,6 +1885,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
||||
|
||||
strict = callPackage ../development/libraries/haskell/strict {};
|
||||
|
||||
stringable = callPackage ../development/libraries/haskell/stringable {};
|
||||
|
||||
stringCombinators = callPackage ../development/libraries/haskell/string-combinators {};
|
||||
|
||||
stringprep = callPackage ../development/libraries/haskell/stringprep {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user