packages feed

Cabal revisions of hgettext-0.1.30

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                   hgettext-Version:                0.1.30-Cabal-Version:          >= 1.6--License:                BSD3--Author:                 Vasyl Pasternak-Maintainer:             vasyl.pasternak@gmail.com-Copyright:              2009 Vasyl Pasternak-Category:               Text-Homepage:               https://github.com/vasylp/hgettext--Synopsis:               Bindings to libintl.h (gettext, bindtextdomain)-Build-Type:             Simple--Library-        Exposed-Modules:        Text.I18N.GetText,-                                Distribution.Simple.I18N.GetText-        Extensions:             ForeignFunctionInterface-        Hs-Source-Dirs:         src-        Build-Depends:          base>=3.0.3.0 && <5, process,-                                directory, filepath,-                                containers, Cabal>=1.10, setlocale--Executable hgettext-        Main-Is:                hgettext.hs-        Extensions:             TemplateHaskell-        Hs-Source-Dirs:         src        -        Build-Depends:          base>=3.0.3.0 && <5, uniplate, haskell-src-exts-        Other-Modules:          Paths_hgettext-+Name:                   hgettext
+Version:                0.1.30
+x-revision: 1
+Cabal-Version:          >= 1.6
+
+License:                BSD3
+
+Author:                 Vasyl Pasternak
+Maintainer:             vasyl.pasternak@gmail.com
+Copyright:              2009 Vasyl Pasternak
+Category:               Text
+Homepage:               https://github.com/vasylp/hgettext
+
+Synopsis:               Bindings to libintl.h (gettext, bindtextdomain)
+Build-Type:             Simple
+
+Library
+        Exposed-Modules:        Text.I18N.GetText,
+                                Distribution.Simple.I18N.GetText
+        Extensions:             ForeignFunctionInterface
+        Hs-Source-Dirs:         src
+        Build-Depends:          base>=3.0.3.0 && <5, process < 1.5,
+                                directory < 1.4, filepath < 1.5,
+                                containers < 0.6, Cabal>=1.12, setlocale < 0.1
+
+Executable hgettext
+        Main-Is:                hgettext.hs
+        Extensions:             TemplateHaskell
+        Hs-Source-Dirs:         src        
+        Build-Depends:          base>=3.0.3.0 && <5, uniplate < 1.7, haskell-src-exts >= 0.4.1 && < 1.18
+        Other-Modules:          Paths_hgettext
+
revision 2
 Name:                   hgettext
 Version:                0.1.30
-x-revision: 1
+x-revision: 2
 Cabal-Version:          >= 1.6
 
 License:                BSD3
         Hs-Source-Dirs:         src
         Build-Depends:          base>=3.0.3.0 && <5, process < 1.5,
                                 directory < 1.4, filepath < 1.5,
-                                containers < 0.6, Cabal>=1.12, setlocale < 0.1
+                                containers < 0.6, Cabal>=1.12, setlocale < 1.1
 
 Executable hgettext
         Main-Is:                hgettext.hs
revision 3
+Cabal-Version:          >= 1.6
 Name:                   hgettext
 Version:                0.1.30
-x-revision: 2
-Cabal-Version:          >= 1.6
+x-revision: 3
 
 License:                BSD3
 
 Library
         Exposed-Modules:        Text.I18N.GetText,
                                 Distribution.Simple.I18N.GetText
-        Extensions:             ForeignFunctionInterface
         Hs-Source-Dirs:         src
-        Build-Depends:          base>=3.0.3.0 && <5, process < 1.5,
-                                directory < 1.4, filepath < 1.5,
-                                containers < 0.6, Cabal>=1.12, setlocale < 1.1
 
+        Extensions:             ForeignFunctionInterface
+        Build-Depends:          base>=3.0.3.0 && <5
+                              , process < 1.5
+                              , directory < 1.4
+                              , filepath < 1.5
+                              , containers < 0.6
+                              , Cabal>=1.12 && <1.25
+                              , setlocale < 1.1
+
 Executable hgettext
         Main-Is:                hgettext.hs
-        Extensions:             TemplateHaskell
-        Hs-Source-Dirs:         src        
-        Build-Depends:          base>=3.0.3.0 && <5, uniplate < 1.7, haskell-src-exts >= 0.4.1 && < 1.18
         Other-Modules:          Paths_hgettext
+        Hs-Source-Dirs:         src
 
+        Extensions:             TemplateHaskell
+        Build-Depends:          base>=3.0.3.0 && <5
+                              , uniplate >= 1.3 && < 1.7
+                              , haskell-src-exts >= 0.4.1 && < 1.18