Skip to content

Commit

Permalink
dev-haskell/code-page: add 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: hololeap <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
hololeap authored and thesamesam committed Oct 23, 2023
1 parent 3b19ec8 commit b6efab1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
1 change: 1 addition & 0 deletions dev-haskell/code-page/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST code-page-0.1.3.tar.gz 4718 BLAKE2B 0062024dd536b23359d84a8f6aa5bb66a241ae41190a59c9c2cdde34f3ee1664ad180a1d7b8332904b761956bbb73bb85f74f818763a37021dfa5fa09d36a040 SHA512 1a8f650051d749840562d4ac8789f9834afa73e64582f2781d542d281d894c420cdb7a5b8a2bf30c983bec99a27bec8b63a32b1cabd3ab26a964e0a9b9b647bc
DIST code-page-0.2.1.tar.gz 6859 BLAKE2B 0413a5b4fd846d473a3f3151830bac07bf3c73e4068d1d65aeb522d919d9606370fc6cf7887bc5f485147b2959116391b95227b9562ad0530abd9c0124a33902 SHA512 5a1ff550892bb315d2c0645d325e8b8914342d0da9726dd3798eba9655bd79cca7a75927e9312c44d4be1cff8e2c69b8f1734c3662fabb14760036228aedb768
23 changes: 23 additions & 0 deletions dev-haskell/code-page/code-page-0.2.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

# ebuild generated by hackport 0.6.7.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="https://hackage.haskell.org/package/${P}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"

RDEPEND=">=dev-lang/ghc-8.4.3:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-2.2.0.1
"
12 changes: 1 addition & 11 deletions dev-haskell/code-page/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,8 @@
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
This library provides two modules:

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

* "System.Win32.CodePage": On Windows, this exports functions
for getting, setting, and analyzing code pages. On other
operating systems, this module exports nothing.
</longdescription>
<upstream>
<remote-id type="hackage">code-page</remote-id>
<remote-id type="github">RyanGlScott/code-page</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit b6efab1

Please sign in to comment.