mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-charsetdetect-ae: new package
This commit is contained in:
parent
89e68ee32e
commit
2dc4b069e3
2 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "charsetdetect-ae";
|
||||
version = "1.0.1";
|
||||
sha256 = "0bvdnv608glim8yn4dvh3av7x0fxxp3z6719j0n005bygdfgjxna";
|
||||
meta = {
|
||||
homepage = "http://github.com/Aelve/charsetdetect-ae";
|
||||
description = "Character set detection using Mozilla's Universal Character Set Detector";
|
||||
license = "LGPL";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
|
@ -396,6 +396,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
charset = callPackage ../development/libraries/haskell/charset {};
|
||||
|
||||
charsetdetectAe = callPackage ../development/libraries/haskell/charsetdetect-ae {};
|
||||
|
||||
Chart = callPackage ../development/libraries/haskell/Chart {};
|
||||
ChartCairo = callPackage ../development/libraries/haskell/Chart-cairo {};
|
||||
ChartDiagrams = callPackage ../development/libraries/haskell/Chart-diagrams {};
|
||||
|
|
Loading…
Reference in a new issue