33 lines
1.0 KiB
Nix
33 lines
1.0 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, async, bert, Cabal, dataLens, dataLensFd, dataLensTemplate
|
|
, filepath, haskellNames, haskellPackages, haskellSrcExts, hseCpp
|
|
, hslogger, mtl, stm, tagged, tasty, tastyHunit, transformers
|
|
, utf8String
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "ariadne";
|
|
version = "0.1.2.3";
|
|
sha256 = "02hyn3y4h7w4l5k48kp73al67lp8vzlymblb7al72w14r01ww8p3";
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
async bert Cabal dataLens dataLensFd dataLensTemplate filepath
|
|
haskellNames haskellPackages haskellSrcExts hseCpp hslogger mtl stm
|
|
tagged transformers utf8String
|
|
];
|
|
testDepends = [
|
|
bert filepath haskellSrcExts tasty tastyHunit utf8String
|
|
];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "https://github.com/feuerbach/ariadne";
|
|
description = "Go-to-definition for Haskell";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
broken = true;
|
|
};
|
|
})
|