nixpkgs/pkgs/development/libraries/haskell/haskell-token-utils/default.nix

30 lines
980 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, Diff, dualTree, ghcMod, ghcPaths, ghcSybUtils
, haskellSrcExts, hspec, HUnit, monoidExtras, mtl, QuickCheck
, rosezipper, semigroups, syb, uniplate
}:
cabal.mkDerivation (self: {
pname = "haskell-token-utils";
version = "0.0.0.5";
sha256 = "01kyghzbs8w8ds0aczcdg2ib5b919r5vxgwg8iifbf220vlhd8mn";
buildDepends = [
dualTree ghcPaths ghcSybUtils haskellSrcExts monoidExtras mtl
rosezipper semigroups syb
];
testDepends = [
Diff dualTree ghcMod ghcPaths ghcSybUtils haskellSrcExts hspec
HUnit monoidExtras mtl QuickCheck rosezipper semigroups syb
uniplate
];
meta = {
homepage = "https://github.com/alanz/haskell-token-utils";
description = "Utilities to tie up tokens to an AST";
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
hydraPlatforms = self.stdenv.lib.platforms.none;
broken = true;
};
})