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

{ cabal, aeson, attoparsec, text, unorderedContainers, utf8String
}:

cabal.mkDerivation (self: {
  pname = "sourcemap";
  version = "0.1.3.0";
  sha256 = "1flfsjs2z2zjzqwvmc2vcibvxh19s89ah4s560xr2s5mhdqwbkk5";
  buildDepends = [
    aeson attoparsec text unorderedContainers utf8String
  ];
  meta = {
    description = "Implementation of source maps as proposed by Google and Mozilla";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})