packages feed

Cabal revisions of i18n-0.4.0.0

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

revision 1
-name:                i18n-version:             0.4.0.0-description:         Internationalisation for Haskell-license-file:        LICENSE-license:             BSD3--author:              Eugene Grigoriev <eugene.grigoriev@gmail.com>-bug-reports:         https://github.com/filib/i18n/issues-build-type:          Simple-cabal-version:       >=1.10-category:            Text-copyright:           (c) 2008-2016 Eugene Grigoriev-homepage:            https://github.com/filib/i18n-maintainer:          Philip Cunningham <hello@filib.io>-stability:           experimental-synopsis:            Internationalization for Haskell--Source-repository head-  type: git-  location: https://github.com/filib/i18n--library-    hs-source-dirs:    src-    exposed-modules:   Data.Text.I18n-                     , Data.Text.I18n.Po-                     , Data.Text.I18n.Types-    build-depends:     base >= 4.7 && < 5-                     , containers >= 0.5.6.2-                     , filepath >= 1.4.0.0-                     , directory >= 1.2.0.0-                     , parsec >= 3.1.9-                     , mtl >= 2.2.1-                     , text >= 1.2.1.3-                     , transformers >= 0.4.2.0-    default-language:  Haskell2010--test-suite i18n-test-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Spec.hs-  build-depends:       base-                     , containers-                     , hspec-                     , i18n-                     , tasty-                     , tasty-hspec-                     , text-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N -Wall+name:                i18n
+version:             0.4.0.0
+x-revision:          1
+description:         Internationalisation for Haskell
+license-file:        LICENSE
+license:             BSD3
+
+author:              Eugene Grigoriev <eugene.grigoriev@gmail.com>
+bug-reports:         https://github.com/filib/i18n/issues
+build-type:          Simple
+cabal-version:       >=1.10
+category:            Text
+copyright:           (c) 2008-2016 Eugene Grigoriev
+homepage:            https://github.com/filib/i18n
+maintainer:          Philip Cunningham <hello@filib.io>
+stability:           experimental
+synopsis:            Internationalization for Haskell
+
+Source-repository head
+  type: git
+  location: https://github.com/filib/i18n
+
+library
+    hs-source-dirs:    src
+    exposed-modules:   Data.Text.I18n
+                     , Data.Text.I18n.Po
+                     , Data.Text.I18n.Types
+    build-depends:     base >= 4.7 && < 5
+                     , containers >= 0.5.5.0
+                     , filepath >= 1.3.0.0
+                     , directory >= 1.2.0.0
+                     , parsec >= 3.1.9
+                     , mtl >= 2.2.1
+                     , text >= 1.2.1.3
+                     , transformers >= 0.4.2.0
+    default-language:  Haskell2010
+
+test-suite i18n-test
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Spec.hs
+  build-depends:       base
+                     , containers
+                     , hspec
+                     , i18n
+                     , tasty
+                     , tasty-hspec
+                     , text
+  ghc-options:         -threaded -rtsopts -with-rtsopts=-N -Wall
   default-language:    Haskell2010
revision 2
 name:                i18n
 version:             0.4.0.0
-x-revision:          1
+x-revision: 2
 description:         Internationalisation for Haskell
 license-file:        LICENSE
 license:             BSD3
 cabal-version:       >=1.10
 category:            Text
 copyright:           (c) 2008-2016 Eugene Grigoriev
-homepage:            https://github.com/filib/i18n
-maintainer:          Philip Cunningham <hello@filib.io>
+homepage:            https://github.com/philipcunningham/i18n
+maintainer:          Philip Cunningham <alive.frame4784@fastmail.com>
 stability:           experimental
 synopsis:            Internationalization for Haskell
 
                      , tasty-hspec
                      , text
   ghc-options:         -threaded -rtsopts -with-rtsopts=-N -Wall
-  default-language:    Haskell2010+  default-language:    Haskell2010
revision 3
 name:                i18n
 version:             0.4.0.0
-x-revision: 2
+x-revision: 3
 description:         Internationalisation for Haskell
 license-file:        LICENSE
 license:             BSD3
 
 author:              Eugene Grigoriev <eugene.grigoriev@gmail.com>
-bug-reports:         https://github.com/filib/i18n/issues
+bug-reports:         https://github.com/philipcunningham/i18n/issues
 build-type:          Simple
 cabal-version:       >=1.10
 category:            Text
revision 4
 name:                i18n
 version:             0.4.0.0
-x-revision: 3
+x-revision: 4
 description:         Internationalisation for Haskell
 license-file:        LICENSE
 license:             BSD3
 
 Source-repository head
   type: git
-  location: https://github.com/filib/i18n
+  location: https://github.com/philipcunningham/i18n
 
 library
     hs-source-dirs:    src