haskell-filepath: drop this package, it's been part of GHC forever
This commit is contained in:
parent
18250b97ae
commit
01a059ee80
@ -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;
|
||||
};
|
||||
})
|
@ -780,7 +780,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
fdoNotify = callPackage ../development/libraries/haskell/fdo-notify {};
|
||||
|
||||
filepath_1_3_0_2 = callPackage ../development/libraries/haskell/filepath/1.3.0.2.nix {};
|
||||
filepath = null; # core package since forever
|
||||
|
||||
fileLocation = callPackage ../development/libraries/haskell/file-location {};
|
||||
|
Loading…
Reference in New Issue
Block a user