haskell-yi-rope: new package
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, binary, dataDefault, deepseq, fingertree, hspec
|
||||||
|
, QuickCheck, quickcheckInstances, text
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "yi-rope";
|
||||||
|
version = "0.4.1.0";
|
||||||
|
sha256 = "11k0fl2m6m7idvanfrgvl3h068i6yj6rzxmwpjylz4vdqq618rcq";
|
||||||
|
buildDepends = [ binary dataDefault deepseq fingertree text ];
|
||||||
|
testDepends = [ hspec QuickCheck quickcheckInstances text ];
|
||||||
|
meta = {
|
||||||
|
description = "A rope data structure used by Yi";
|
||||||
|
license = self.stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
|
};
|
||||||
|
})
|
||||||
@@ -3086,6 +3086,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
yiContrib = callPackage ../applications/editors/yi/yi-contrib.nix {};
|
yiContrib = callPackage ../applications/editors/yi/yi-contrib.nix {};
|
||||||
|
|
||||||
|
yiRope = callPackage ../development/libraries/haskell/yi-rope {};
|
||||||
|
|
||||||
# Tools.
|
# Tools.
|
||||||
|
|
||||||
cabalDb = callPackage ../development/tools/haskell/cabal-db {};
|
cabalDb = callPackage ../development/tools/haskell/cabal-db {};
|
||||||
|
|||||||
Reference in New Issue
Block a user