{ mkDerivation, base, bytestring, chell, chell-quickcheck, deepseq , fetchurl, QuickCheck, text }: mkDerivation { pname = "system-filepath"; version = "0.4.13.4"; src = fetchurl { url = "http://example.org/"; sha256 = "abc"; }; libraryHaskellDepends = [ base bytestring deepseq text ]; testHaskellDepends = [ base bytestring chell chell-quickcheck QuickCheck text ]; homepage = "https://github.com/fpco/haskell-filesystem"; description = "High-level, byte-based file and directory path manipulations (deprecated)"; license = stdenv.lib.licenses.mit; }