summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/indents/default.nix
blob: 111268cc9f3f9d36490ef3d449f3cff3f3a74492 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, concatenative, mtl, parsec }:

cabal.mkDerivation (self: {
  pname = "indents";
  version = "0.3.3";
  sha256 = "16lz21bp9j14xilnq8yym22p3saxvc9fsgfcf5awn2a6i6n527xn";
  buildDepends = [ concatenative mtl parsec ];
  meta = {
    homepage = "http://patch-tag.com/r/salazar/indents";
    description = "indentation sensitive parser-combinators for parsec";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})