haskell-rope: add 0.6.4
This commit is contained in:
parent
f9ba413b55
commit
19335acb0c
18
pkgs/development/libraries/haskell/rope/default.nix
Normal file
18
pkgs/development/libraries/haskell/rope/default.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, fingertree, mtl, utf8String }:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "rope";
|
||||||
|
version = "0.6.4";
|
||||||
|
sha256 = "1g77bv2mmfhy2mkb08k92m3f2jab6p2la2s7rfib2r1jy6lq5vhb";
|
||||||
|
buildDepends = [ fingertree mtl utf8String ];
|
||||||
|
jailbreak = true;
|
||||||
|
meta = {
|
||||||
|
homepage = "http://github.com/ekmett/rope";
|
||||||
|
description = "Tools for manipulating fingertrees of bytestrings with optional annotations";
|
||||||
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
|
};
|
||||||
|
})
|
@ -2139,6 +2139,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
robotsTxt = callPackage ../development/libraries/haskell/robots-txt {};
|
robotsTxt = callPackage ../development/libraries/haskell/robots-txt {};
|
||||||
|
|
||||||
|
rope = callPackage ../development/libraries/haskell/rope {};
|
||||||
|
|
||||||
rosezipper = callPackage ../development/libraries/haskell/rosezipper {};
|
rosezipper = callPackage ../development/libraries/haskell/rosezipper {};
|
||||||
|
|
||||||
RSA = callPackage ../development/libraries/haskell/RSA {};
|
RSA = callPackage ../development/libraries/haskell/RSA {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user