2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-27 14:19:22 +00:00
|
|
|
{ cabal, aeson, attoparsec, text, unorderedContainers, utf8String
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "sourcemap";
|
2014-01-29 10:45:07 +00:00
|
|
|
version = "0.1.3.0";
|
|
|
|
sha256 = "1flfsjs2z2zjzqwvmc2vcibvxh19s89ah4s560xr2s5mhdqwbkk5";
|
2014-01-27 14:19:22 +00:00
|
|
|
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;
|
2014-08-09 12:48:22 +01:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2014-01-27 14:19:22 +00:00
|
|
|
};
|
|
|
|
})
|