Skip to content

Commit

Permalink
Update from Hackage at 2017-12-29T22:56:00Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Dec 29, 2017
1 parent 4f6d771 commit fa9adf3
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
67 changes: 67 additions & 0 deletions hgettext/0.1.31.0/hgettext.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
cabal-version: 1.14
name: hgettext
version: 0.1.31.0
build-type: Simple

license: BSD3
license-file: LICENSE

author: Vasyl Pasternak
maintainer: Herbert Valerio Riedel
copyright: 2009 Vasyl Pasternak
category: Text
bug-reports: https://github.com/hvr/hgettext/issues
synopsis: Bindings to libintl.h (gettext, bindtextdomain)
description: This package provides bindings to the @gettext@ internationalization and localization (i18n) library.
.
This package provides support for custom @Setup.hs@ scripts via the "Distribution.Simple.I18N.GetText" module.
.
A user-contributed tutorial can be found in the [Haskell Wiki](https://wiki.haskell.org/Internationalization_of_Haskell_programs_using_gettext).

tested-with: GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2

source-repository head
type: git
location: https://github.com/hvr/hgettext.git

library
default-language: Haskell2010
exposed-modules: Text.I18N.GetText,
Distribution.Simple.I18N.GetText
other-modules: Internal

hs-source-dirs: src
build-depends: base >=4.5 && <4.11
, Cabal >=1.14 && <1.25 || == 2.0.*
, containers >=0.4.2 && <0.6
, directory >=1.1 && <1.4
, filepath >=1.3 && <1.5
, process >=1.1 && <1.7
, setlocale >=0.0.3 && <1.1

ghc-options: -Wall

-- temporary hack: https://github.com/haskell-hvr/hgettext/pull/3
if os(windows)
extra-libraries: libintl

executable hgettext
default-language: Haskell2010

main-is: hgettext.hs
other-modules: Paths_hgettext

hs-source-dirs: src-exe

-- constraints inherited from lib:hgettext
build-depends: hgettext
, base
, Cabal
, containers
, filepath

build-depends: deepseq >=1.1 && <1.5
, haskell-src-exts >=1.18 && <1.21
, uniplate >=1.6.12 && <1.7

ghc-options: -Wall
1 change: 1 addition & 0 deletions hgettext/0.1.31.0/hgettext.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"480acba59e114ed4a4f907695cfb60a1","Skein512_512":"1137cd5779ea2e32d801bb21f97665c8107a5a3df7125bfa41096394c3e873808b5b2be7a1155663ec91a8422fe60eb3b80cd9e4f672c6eecb6238439aa7c49f","SHA1":"7eb9dfa119933bc07bba9446819af809cc269fd2","SHA512":"cb8808b9499887ca2ef58454339ff59ffe0aa8f99f2f13fec0e08585244834fb59be19d64459de33ed1bb58d97d55e5fe7e196ff46d3d2b15c598d5f53139cb8","SHA256":"d51fb618f414441f573d96c1bc41fcec80976a4a80453d571683cf49e57df368"},"package-locations":["https://hackage.haskell.org/package/hgettext-0.1.31.0/hgettext-0.1.31.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hgettext-0.1.31.0.tar.gz"],"package-size":8142}

0 comments on commit fa9adf3

Please sign in to comment.