about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/filepath/1.3.0.2.nix
blob: 406b7d444da27b88216714e9bff15f08de7ca1f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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;
  };
})