2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-26 15:43:30 +00:00
|
|
|
{ cabal, async, bert, Cabal, dataLens, dataLensFd, dataLensTemplate
|
|
|
|
, filepath, haskellNames, haskellPackages, haskellSrcExts, hseCpp
|
|
|
|
, hslogger, mtl, stm, tagged, tasty, tastyHunit, transformers
|
|
|
|
, utf8String
|
2013-11-18 14:34:52 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "ariadne";
|
2014-10-26 15:43:30 +00:00
|
|
|
version = "0.1.2.2";
|
|
|
|
sha256 = "0dp2xs1g9cw27gwvw2qzyv1qk3z97mg8ab6rfx967r7ad76lkzx2";
|
2013-11-18 14:34:52 +00:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-10-26 15:43:30 +00:00
|
|
|
async bert Cabal dataLens dataLensFd dataLensTemplate filepath
|
|
|
|
haskellNames haskellPackages haskellSrcExts hseCpp hslogger mtl stm
|
|
|
|
tagged transformers utf8String
|
|
|
|
];
|
|
|
|
testDepends = [
|
|
|
|
bert filepath haskellSrcExts tasty tastyHunit utf8String
|
2013-11-18 14:34:52 +00:00
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/feuerbach/ariadne";
|
|
|
|
description = "Go-to-definition for Haskell";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 12:48:22 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2013-11-18 14:34:52 +00:00
|
|
|
};
|
|
|
|
})
|