2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-03 02:36:12 -07:00
|
|
|
{ cabal, chell, chellQuickcheck, deepseq, QuickCheck, text }:
|
2011-09-07 13:21:01 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "system-filepath";
|
2014-12-24 04:51:33 -08:00
|
|
|
version = "0.4.13";
|
|
|
|
sha256 = "0g1lam859vs71vyc8qsg6aianw5s7w19rk02acf2gr8dg3ypznca";
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ deepseq text ];
|
2014-06-03 02:36:12 -07:00
|
|
|
testDepends = [ chell chellQuickcheck QuickCheck text ];
|
2014-07-15 18:43:13 -07:00
|
|
|
doCheck = false;
|
2011-09-07 13:21:01 -07:00
|
|
|
meta = {
|
2014-12-24 04:51:33 -08:00
|
|
|
homepage = "https://github.com/fpco/haskell-filesystem";
|
2011-09-07 13:21:01 -07:00
|
|
|
description = "High-level, byte-based file and directory path manipulations";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|