haskell-packages.nix: added path-pieces library, which is required by recent versions of web-route
svn path=/nixpkgs/trunk/; revision=28311
This commit is contained in:
15
pkgs/development/libraries/haskell/path-pieces/default.nix
Executable file
15
pkgs/development/libraries/haskell/path-pieces/default.nix
Executable file
@@ -0,0 +1,15 @@
|
||||
{cabal, text} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "path-pieces";
|
||||
version = "0.0.0";
|
||||
sha256 = "09sk4wlzy37gaii7spisjy4a3pizis9si4kv389bki20gfwpaivf";
|
||||
propagatedBuildInputs = [ text ];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/path-pieces";
|
||||
description = "Components of paths.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user