1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

haskell-yi-language: new package

This commit is contained in:
Mateusz Kowalczyk 2014-10-14 17:24:59 +01:00
parent 464d3914f4
commit fc11a7e03e
2 changed files with 30 additions and 0 deletions

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

View file

@ -3092,6 +3092,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
yiContrib = callPackage ../applications/editors/yi/yi-contrib.nix {};
yiLanguage = callPackage ../development/libraries/haskell/yi-language {};
yiRope = callPackage ../development/libraries/haskell/yi-rope {};
# Tools.