Skip to content

Commit

Permalink
dev-haskell/code-page: new package, a depend of doctests-0.11.1
Browse files Browse the repository at this point in the history
Windows code page library for Haskell

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
Sergei Trofimovich committed Feb 16, 2017
1 parent cc2f5aa commit fadb5e8
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/code-page/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST code-page-0.1.1.tar.gz 4606 SHA256 16b8b802bca21b71dd782560978b7ac88866c129df83b760e9059a7da04d70f7 SHA512 867fb373680e638fcb32501a261b61e708008b9d449d5a28d11336b5961e4a0098c51e90069155ebee7a9229acac288df4598b0f6edd0b4c6b61cdd2711f5ba9 WHIRLPOOL ccd2378531e41aa14357f4d7dd72e413cb09ec7ab8e1c0cb510a0377c0e4f2051cef6f322218520515e42c80bbb75a7957310d2d8297a6716d7b847c2f46d490
25 changes: 25 additions & 0 deletions dev-haskell/code-page/code-page-0.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

# ebuild generated by hackport 0.5.1.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="Windows code page library for Haskell"
HOMEPAGE="https://github.com/RyanGlScott/code-page"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
"
19 changes: 19 additions & 0 deletions dev-haskell/code-page/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
This library provides two modules:

* &quot;System.IO.CodePage&quot;: a cross-platform module that exports
functions which adjust code pages on Windows, and do nothing
on other operating systems.

* &quot;System.Win32.CodePage&quot;: On Windows, this exports functions
for getting, setting, and analyzing code pages. On other
operating systems, this module exports nothing.
</longdescription>
</pkgmetadata>

0 comments on commit fadb5e8

Please sign in to comment.