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

{ cabal, binary, executablePath, filepath, ghcPaths, ioStorage
, time, xdgBasedir
}:

cabal.mkDerivation (self: {
  pname = "dyre";
  version = "0.8.12";
  sha256 = "10hnlysy4bjvvznk8v902mlk4jx95qf972clyi1l32xkqrf30972";
  buildDepends = [
    binary executablePath filepath ghcPaths ioStorage time xdgBasedir
  ];
  meta = {
    homepage = "http://github.com/willdonnelly/dyre";
    description = "Dynamic reconfiguration in Haskell";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})