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

{ cabal, HUnit, mtl, testFramework, testFrameworkHunit, text }:

cabal.mkDerivation (self: {
  pname = "clay";
  version = "0.9.0.1";
  sha256 = "1w2617kpj6rblmycqb97gyshwbvzp5w2h4xh494mvdzi3bkahqpn";
  buildDepends = [ mtl text ];
  testDepends = [ HUnit mtl testFramework testFrameworkHunit text ];
  meta = {
    homepage = "http://fvisser.nl/clay";
    description = "CSS preprocessor as embedded Haskell";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})