mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-easy-file: add version 0.2.0
This commit is contained in:
parent
c526312445
commit
41ff906084
2 changed files with 18 additions and 0 deletions
16
pkgs/development/libraries/haskell/easy-file/default.nix
Normal file
16
pkgs/development/libraries/haskell/easy-file/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, filepath, time }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "easy-file";
|
||||
version = "0.2.0";
|
||||
sha256 = "0v8skixq15rvyiyky1dcrfl9jrzkbi75vai8np11xy2kg7a8ym2a";
|
||||
buildDepends = [ filepath time ];
|
||||
meta = {
|
||||
homepage = "http://github.com/kazu-yamamoto/easy-file";
|
||||
description = "Cross-platform File handling";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
|
@ -692,6 +692,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
dyre = callPackage ../development/libraries/haskell/dyre {};
|
||||
|
||||
easyFile = callPackage ../development/libraries/haskell/easy-file {};
|
||||
|
||||
editDistance = callPackage ../development/libraries/haskell/edit-distance {};
|
||||
|
||||
editline_0_2_1_0 = callPackage ../development/libraries/haskell/editline/0.2.1.0.nix {};
|
||||
|
|
Loading…
Reference in a new issue