haskell-filepath: drop this package, it's been part of GHC forever

This commit is contained in:
Peter Simons
2014-08-09 13:00:13 +02:00
parent 18250b97ae
commit 01a059ee80
2 changed files with 0 additions and 17 deletions

View File

@@ -1,16 +0,0 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, QuickCheck, random }:
cabal.mkDerivation (self: {
pname = "filepath";
version = "1.3.0.2";
sha256 = "0wvvz6cs5fh4f04a87b9s7xrnzypmnzzkn149p6xk8xi7gcvcpy2";
testDepends = [ QuickCheck random ];
meta = {
homepage = "http://www-users.cs.york.ac.uk/~ndm/filepath/";
description = "Library for manipulating FilePaths in a cross platform way";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})