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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "placeholders";
  version = "0.1";
  sha256 = "0ih35n2pw5gr9ggj2xz5zfcs4bdk200fdw6q9hdy3xna7maphak5";
  meta = {
    homepage = "http://github.com/ahammar/placeholders";
    description = "Placeholders for use while developing Haskell code";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})