1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00
nixpkgs/pkgs/development/libraries/haskell/interpolate/default.nix

21 lines
586 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, doctest, haskellSrcMeta, hspec, QuickCheck
, quickcheckInstances, text
}:
cabal.mkDerivation (self: {
pname = "interpolate";
version = "0.0.2";
sha256 = "0l9hrgwmvp7h2mgw90gk45zgp0yy00201ki9hwg26sh2wd0sj6f8";
buildDepends = [ haskellSrcMeta ];
testDepends = [
doctest haskellSrcMeta hspec QuickCheck quickcheckInstances text
];
meta = {
description = "String interpolation done right";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})