haskell-charsetdetect-ae: new package

This commit is contained in:
Mateusz Kowalczyk 2014-10-21 11:35:36 +01:00
parent 89e68ee32e
commit 2dc4b069e3
2 changed files with 18 additions and 0 deletions

View file

@ -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 ];
};
})

View file

@ -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 {};