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

{ cabal, filemanip, filepath, fsnotify, systemFilepath, text }:

cabal.mkDerivation (self: {
  pname = "hobbes";
  version = "0.2.2";
  sha256 = "1pri63d59q918jv1hdp2ib06m6lzw9a2b6bjyn86b2qrrx2512xd";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [ filemanip filepath fsnotify systemFilepath text ];
  meta = {
    homepage = "http://github.com/jhickner/hobbes";
    description = "A small file watcher for OSX";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})