3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/editors/yi/yi.nix

40 lines
1.5 KiB
Nix
Raw Normal View History

2014-10-15 00:49:23 +01:00
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-10-15 00:49:23 +01:00
{ cabal, binary, Cabal, cautiousFile, dataDefault, derive, dlist
, dynamicState, dyre, filepath, glib, gtk, hashable, hint, HUnit
, lens, mtl, ooPrototypes, pango, parsec, pointedlist, QuickCheck
, random, regexBase, regexTdfa, safe, semigroups, split, tagged
, tasty, tastyHunit, tastyQuickcheck, text, time, transformersBase
, unixCompat, unorderedContainers, utf8String, vty, wordTrie
, xdgBasedir, yiLanguage, yiRope
}:
cabal.mkDerivation (self: {
pname = "yi";
2014-10-26 03:45:25 +00:00
version = "0.11.0";
sha256 = "1da5wnqx1z8d809dydqr97jh8n5g9phh06lvkgc32hib2rybh5yx";
isLibrary = true;
isExecutable = true;
buildDepends = [
2014-10-15 00:49:23 +01:00
binary Cabal cautiousFile dataDefault derive dlist dynamicState
dyre filepath glib gtk hashable hint lens mtl ooPrototypes pango
parsec pointedlist QuickCheck random regexBase regexTdfa safe
2014-10-15 00:49:23 +01:00
semigroups split tagged text time transformersBase unixCompat
unorderedContainers utf8String vty wordTrie xdgBasedir yiLanguage
yiRope
];
testDepends = [
2014-10-15 00:49:23 +01:00
filepath HUnit lens QuickCheck semigroups tasty tastyHunit
tastyQuickcheck text yiLanguage yiRope
];
2014-10-15 00:49:23 +01:00
configureFlags = "-fpango -fvty";
noHaddock = self.stdenv.lib.versionOlder self.ghc.version "7.8";
meta = {
homepage = "http://haskell.org/haskellwiki/Yi";
description = "The Haskell-Scriptable Editor";
license = self.stdenv.lib.licenses.gpl2;
platforms = self.ghc.meta.platforms;
2014-10-15 00:49:23 +01:00
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
};
})