haskell-WAVE: new package
This commit is contained in:
parent
3c22bdd271
commit
2dc7f89bee
19
pkgs/development/libraries/haskell/WAVE/default.nix
Normal file
19
pkgs/development/libraries/haskell/WAVE/default.nix
Normal file
@ -0,0 +1,19 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, parseargs }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "WAVE";
|
||||
version = "0.1.3";
|
||||
sha256 = "1cgla9y1lwcsdad5qdspymd7s6skdw961fgzh02kvi7gjbrrcyi7";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ parseargs ];
|
||||
meta = {
|
||||
homepage = "http://github.com/BartMassey/WAVE";
|
||||
description = "WAVE audio file IO library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
@ -2773,6 +2773,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
warpTls = callPackage ../development/libraries/haskell/warp-tls {};
|
||||
|
||||
WAVE = callPackage ../development/libraries/haskell/WAVE {};
|
||||
|
||||
wcwidth = callPackage ../development/libraries/haskell/wcwidth {};
|
||||
|
||||
webdriver = callPackage ../development/libraries/haskell/webdriver {};
|
||||
|
Loading…
Reference in New Issue
Block a user