2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-03 10:36:12 +01:00
|
|
|
{ cabal, chell, chellQuickcheck, deepseq, QuickCheck, text }:
|
2011-09-07 21:21:01 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "system-filepath";
|
2014-06-03 10:36:12 +01:00
|
|
|
version = "0.4.12";
|
|
|
|
sha256 = "0sfralwgd5b9hfqmp20v31sq96s0v7j9g920qdj3n9i5mhslhwd2";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ deepseq text ];
|
2014-06-03 10:36:12 +01:00
|
|
|
testDepends = [ chell chellQuickcheck QuickCheck text ];
|
2011-09-07 21:21:01 +01:00
|
|
|
meta = {
|
2011-12-22 12:19:10 +00:00
|
|
|
homepage = "https://john-millikin.com/software/haskell-filesystem/";
|
2011-09-07 21:21:01 +01:00
|
|
|
description = "High-level, byte-based file and directory path manipulations";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 23:36:36 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-09-07 21:21:01 +01:00
|
|
|
};
|
|
|
|
})
|