haskell-yi-language: new package
This commit is contained in:
parent
464d3914f4
commit
fc11a7e03e
28
pkgs/development/libraries/haskell/yi-language/default.nix
Normal file
28
pkgs/development/libraries/haskell/yi-language/default.nix
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, alex, binary, dataDefault, derive, filepath, hashable
|
||||||
|
, hspec, lens, ooPrototypes, pointedlist, QuickCheck, regexBase
|
||||||
|
, regexTdfa, transformersBase, unorderedContainers
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "yi-language";
|
||||||
|
version = "0.1.0.7";
|
||||||
|
sha256 = "1d6r5lvpngrhgyfam8hf675h9ylglhyzv11pabczbh8rz4jk40w1";
|
||||||
|
buildDepends = [
|
||||||
|
binary dataDefault derive hashable lens ooPrototypes pointedlist
|
||||||
|
regexBase regexTdfa transformersBase unorderedContainers
|
||||||
|
];
|
||||||
|
testDepends = [
|
||||||
|
binary dataDefault derive filepath hashable hspec lens pointedlist
|
||||||
|
QuickCheck regexBase regexTdfa transformersBase unorderedContainers
|
||||||
|
];
|
||||||
|
buildTools = [ alex ];
|
||||||
|
meta = {
|
||||||
|
homepage = "https://github.com/yi-editor/yi-language";
|
||||||
|
description = "Collection of language-related Yi libraries";
|
||||||
|
license = self.stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
|
};
|
||||||
|
})
|
@ -3092,6 +3092,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 {};
|
||||||
|
|
||||||
|
yiLanguage = callPackage ../development/libraries/haskell/yi-language {};
|
||||||
|
|
||||||
yiRope = callPackage ../development/libraries/haskell/yi-rope {};
|
yiRope = callPackage ../development/libraries/haskell/yi-rope {};
|
||||||
|
|
||||||
# Tools.
|
# Tools.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user