3
0
Fork 0
forked from mirrors/nixpkgs

haskell-rope: add 0.6.4

This commit is contained in:
Mateusz Kowalczyk 2014-09-05 00:32:25 +01:00
parent f9ba413b55
commit 19335acb0c
2 changed files with 20 additions and 0 deletions

View 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 ];
};
})

View file

@ -2139,6 +2139,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
robotsTxt = callPackage ../development/libraries/haskell/robots-txt {};
rope = callPackage ../development/libraries/haskell/rope {};
rosezipper = callPackage ../development/libraries/haskell/rosezipper {};
RSA = callPackage ../development/libraries/haskell/RSA {};