packages feed

Cabal revisions of hakyll-convert-0.3.0.4

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

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.33.0.------ see: https://github.com/sol/hpack------ hash: f54170dffca0e477d254a3e6d8179cce1bf4c4cb8063e3ea1e7bcef5456fc7c4--name:           hakyll-convert-version:        0.3.0.4-synopsis:       Convert from other blog engines to Hakyll.-description:    WordPress and Blogger only let one export posts in a limited number of formats, none of which are supported by Hakyll. @hakyll-convert@ is created to bridge this gap, providing a way to turn other platform's datadumps into a set of files Hakyll understands.-category:       Tools-homepage:       https://github.com/Minoru/hakyll-convert#readme-bug-reports:    https://github.com/Minoru/hakyll-convert/issues-author:         Eric Kow <eric.kow@gmail.com>, Alexander Batischev <eual.jp@gmail.com>-maintainer:     Alexander Batischev <eual.jp@gmail.com>-license:        BSD3-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    CHANGELOG.md-    test/golden/data/blogger-000/input.xml-    test/golden/data/blogger-000/post-No.0.golden-    test/golden/data/blogger-000/post-No.1.golden-    test/golden/data/blogger-000/post-No.2.golden-    test/golden/data/blogger-001/input.xml-    test/golden/data/blogger-001/post-No.0.golden-    test/golden/data/blogger-001/post-No.1.golden-    test/golden/data/blogger-001/post-No.2.golden-    test/golden/data/blogger-002/input.xml-    test/golden/data/blogger-002/post-No.0.golden-    test/golden/data/blogger-002/post-No.1.golden-    test/golden/data/blogger-002/post-No.2.golden-    test/golden/data/io-000/post-with-title.golden-    test/golden/data/io-000/untitled-post.golden-    test/golden/data/wordpress-000/input.xml-    test/golden/data/wordpress-000/post-No.-0.golden-    test/golden/data/wordpress-000/post-No.-1.golden-    test/golden/data/wordpress-000/post-No.-10.golden-    test/golden/data/wordpress-000/post-No.-11.golden-    test/golden/data/wordpress-000/post-No.-2.golden-    test/golden/data/wordpress-000/post-No.-3.golden-    test/golden/data/wordpress-000/post-No.-4.golden-    test/golden/data/wordpress-000/post-No.-5.golden-    test/golden/data/wordpress-000/post-No.-6.golden-    test/golden/data/wordpress-000/post-No.-7.golden-    test/golden/data/wordpress-000/post-No.-8.golden-    test/golden/data/wordpress-000/post-No.-9.golden-    test/golden/data/wordpress-001/input.xml-    test/golden/data/wordpress-001/post-No.-0.golden-    test/golden/data/wordpress-001/post-No.-1.golden-    test/golden/data/wordpress-001/post-No.-10.golden-    test/golden/data/wordpress-001/post-No.-11.golden-    test/golden/data/wordpress-001/post-No.-2.golden-    test/golden/data/wordpress-001/post-No.-3.golden-    test/golden/data/wordpress-001/post-No.-4.golden-    test/golden/data/wordpress-001/post-No.-5.golden-    test/golden/data/wordpress-001/post-No.-6.golden-    test/golden/data/wordpress-001/post-No.-7.golden-    test/golden/data/wordpress-001/post-No.-8.golden-    test/golden/data/wordpress-001/post-No.-9.golden--source-repository head-  type: git-  location: https://github.com/Minoru/hakyll-convert--library-  exposed-modules:-      Hakyll.Convert.Blogger-      Hakyll.Convert.Common-      Hakyll.Convert.IO-      Hakyll.Convert.OutputFormat-      Hakyll.Convert.Wordpress-  other-modules:-      Paths_hakyll_convert-  hs-source-dirs:-      src-  ghc-options: -Wall-  build-depends:-      base >=4.13 && <5-    , bytestring >=0.10 && <0.11-    , containers >=0.6 && <0.7-    , data-default >=0.7 && <0.8-    , directory >=1.3 && <1.4-    , feed >=1.3 && <1.4-    , filepath >=1.4 && <1.5-    , text >=1.2 && <1.3-    , time >=1.9 && <1.10-    , xml-conduit >=1.9 && <1.10-    , xml-types >=0.3 && <0.4-  default-language: Haskell2010--executable hakyll-convert-  main-is: hakyll-convert.hs-  other-modules:-      Paths_hakyll_convert-  hs-source-dirs:-      app-  ghc-options: -Wall-  build-depends:-      base >=4.13 && <5-    , cmdargs >=0.10 && <0.11-    , filepath >=1.4 && <1.5-    , hakyll-convert-    , text >=1.2 && <1.3-    , xml-types >=0.3 && <0.4-  default-language: Haskell2010--test-suite golden-  type: exitcode-stdio-1.0-  main-is: Main.hs-  other-modules:-      Golden.Blogger-      Golden.GoldenTestHelpers-      Golden.IO-      Golden.Wordpress-      Paths_hakyll_convert-  hs-source-dirs:-      test/golden-  ghc-options: -Wall -Wno-orphans-  build-depends:-      base >=4.13 && <5-    , bytestring >=0.10 && <0.11-    , data-default >=0.7 && <0.8-    , feed >=1.3 && <1.4-    , filepath >=1.4 && <1.5-    , hakyll-convert-    , tasty >=1.2 && <1.5-    , tasty-golden >=2.3 && <2.4-    , temporary >=1.3 && <1.4-    , text >=1.2 && <1.3-    , time >=1.9 && <1.10-    , xml-types >=0.3 && <0.4-  default-language: Haskell2010--test-suite spec-  type: exitcode-stdio-1.0-  main-is: Main.hs-  other-modules:-      Spec.Blogger-      Spec.IO-      Spec.OutputFormat-      Spec.SpecHelpers-      Spec.Wordpress-      Paths_hakyll_convert-  hs-source-dirs:-      test/spec-  ghc-options: -Wall -Wno-orphans-  build-depends:-      base >=4.13 && <5-    , data-default >=0.7 && <0.8-    , directory >=1.3 && <1.4-    , feed >=1.3 && <1.4-    , filepath >=1.4 && <1.5-    , hakyll-convert-    , tasty >=1.2 && <1.5-    , tasty-expected-failure >=0.12.2 && <0.13-    , tasty-hunit >=0.10 && <0.11-    , tasty-quickcheck >=0.10 && <0.11-    , temporary >=1.3 && <1.4-    , text >=1.2 && <1.3-    , time >=1.9 && <1.10-    , xml-types >=0.3 && <0.4-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.33.0.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: f54170dffca0e477d254a3e6d8179cce1bf4c4cb8063e3ea1e7bcef5456fc7c4
+
+name:           hakyll-convert
+version:        0.3.0.4
+x-revision: 1
+synopsis:       Convert from other blog engines to Hakyll.
+description:    WordPress and Blogger only let one export posts in a limited number of formats, none of which are supported by Hakyll. @hakyll-convert@ is created to bridge this gap, providing a way to turn other platform's datadumps into a set of files Hakyll understands.
+category:       Tools
+homepage:       https://github.com/Minoru/hakyll-convert#readme
+bug-reports:    https://github.com/Minoru/hakyll-convert/issues
+author:         Eric Kow <eric.kow@gmail.com>, Alexander Batischev <eual.jp@gmail.com>
+maintainer:     Alexander Batischev <eual.jp@gmail.com>
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    CHANGELOG.md
+    test/golden/data/blogger-000/input.xml
+    test/golden/data/blogger-000/post-No.0.golden
+    test/golden/data/blogger-000/post-No.1.golden
+    test/golden/data/blogger-000/post-No.2.golden
+    test/golden/data/blogger-001/input.xml
+    test/golden/data/blogger-001/post-No.0.golden
+    test/golden/data/blogger-001/post-No.1.golden
+    test/golden/data/blogger-001/post-No.2.golden
+    test/golden/data/blogger-002/input.xml
+    test/golden/data/blogger-002/post-No.0.golden
+    test/golden/data/blogger-002/post-No.1.golden
+    test/golden/data/blogger-002/post-No.2.golden
+    test/golden/data/io-000/post-with-title.golden
+    test/golden/data/io-000/untitled-post.golden
+    test/golden/data/wordpress-000/input.xml
+    test/golden/data/wordpress-000/post-No.-0.golden
+    test/golden/data/wordpress-000/post-No.-1.golden
+    test/golden/data/wordpress-000/post-No.-10.golden
+    test/golden/data/wordpress-000/post-No.-11.golden
+    test/golden/data/wordpress-000/post-No.-2.golden
+    test/golden/data/wordpress-000/post-No.-3.golden
+    test/golden/data/wordpress-000/post-No.-4.golden
+    test/golden/data/wordpress-000/post-No.-5.golden
+    test/golden/data/wordpress-000/post-No.-6.golden
+    test/golden/data/wordpress-000/post-No.-7.golden
+    test/golden/data/wordpress-000/post-No.-8.golden
+    test/golden/data/wordpress-000/post-No.-9.golden
+    test/golden/data/wordpress-001/input.xml
+    test/golden/data/wordpress-001/post-No.-0.golden
+    test/golden/data/wordpress-001/post-No.-1.golden
+    test/golden/data/wordpress-001/post-No.-10.golden
+    test/golden/data/wordpress-001/post-No.-11.golden
+    test/golden/data/wordpress-001/post-No.-2.golden
+    test/golden/data/wordpress-001/post-No.-3.golden
+    test/golden/data/wordpress-001/post-No.-4.golden
+    test/golden/data/wordpress-001/post-No.-5.golden
+    test/golden/data/wordpress-001/post-No.-6.golden
+    test/golden/data/wordpress-001/post-No.-7.golden
+    test/golden/data/wordpress-001/post-No.-8.golden
+    test/golden/data/wordpress-001/post-No.-9.golden
+
+source-repository head
+  type: git
+  location: https://github.com/Minoru/hakyll-convert
+
+library
+  exposed-modules:
+      Hakyll.Convert.Blogger
+      Hakyll.Convert.Common
+      Hakyll.Convert.IO
+      Hakyll.Convert.OutputFormat
+      Hakyll.Convert.Wordpress
+  other-modules:
+      Paths_hakyll_convert
+  hs-source-dirs:
+      src
+  ghc-options: -Wall
+  build-depends:
+      base >=4.13 && <5
+    , bytestring >=0.10 && <0.12
+    , containers >=0.6 && <0.7
+    , data-default >=0.7 && <0.8
+    , directory >=1.3 && <1.4
+    , feed >=1.3 && <1.4
+    , filepath >=1.4 && <1.5
+    , text >=1.2 && <1.3
+    , time >=1.9 && <1.10
+    , xml-conduit >=1.9 && <1.10
+    , xml-types >=0.3 && <0.4
+  default-language: Haskell2010
+
+executable hakyll-convert
+  main-is: hakyll-convert.hs
+  other-modules:
+      Paths_hakyll_convert
+  hs-source-dirs:
+      app
+  ghc-options: -Wall
+  build-depends:
+      base >=4.13 && <5
+    , cmdargs >=0.10 && <0.11
+    , filepath >=1.4 && <1.5
+    , hakyll-convert
+    , text >=1.2 && <1.3
+    , xml-types >=0.3 && <0.4
+  default-language: Haskell2010
+
+test-suite golden
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  other-modules:
+      Golden.Blogger
+      Golden.GoldenTestHelpers
+      Golden.IO
+      Golden.Wordpress
+      Paths_hakyll_convert
+  hs-source-dirs:
+      test/golden
+  ghc-options: -Wall -Wno-orphans
+  build-depends:
+      base >=4.13 && <5
+    , bytestring >=0.10 && <0.12
+    , data-default >=0.7 && <0.8
+    , feed >=1.3 && <1.4
+    , filepath >=1.4 && <1.5
+    , hakyll-convert
+    , tasty >=1.2 && <1.5
+    , tasty-golden >=2.3 && <2.4
+    , temporary >=1.3 && <1.4
+    , text >=1.2 && <1.3
+    , time >=1.9 && <1.10
+    , xml-types >=0.3 && <0.4
+  default-language: Haskell2010
+
+test-suite spec
+  type: exitcode-stdio-1.0
+  main-is: Main.hs
+  other-modules:
+      Spec.Blogger
+      Spec.IO
+      Spec.OutputFormat
+      Spec.SpecHelpers
+      Spec.Wordpress
+      Paths_hakyll_convert
+  hs-source-dirs:
+      test/spec
+  ghc-options: -Wall -Wno-orphans
+  build-depends:
+      base >=4.13 && <5
+    , data-default >=0.7 && <0.8
+    , directory >=1.3 && <1.4
+    , feed >=1.3 && <1.4
+    , filepath >=1.4 && <1.5
+    , hakyll-convert
+    , tasty >=1.2 && <1.5
+    , tasty-expected-failure >=0.12.2 && <0.13
+    , tasty-hunit >=0.10 && <0.11
+    , tasty-quickcheck >=0.10 && <0.11
+    , temporary >=1.3 && <1.4
+    , text >=1.2 && <1.3
+    , time >=1.9 && <1.10
+    , xml-types >=0.3 && <0.4
+  default-language: Haskell2010
revision 2
 
 name:           hakyll-convert
 version:        0.3.0.4
-x-revision: 1
+x-revision: 2
 synopsis:       Convert from other blog engines to Hakyll.
 description:    WordPress and Blogger only let one export posts in a limited number of formats, none of which are supported by Hakyll. @hakyll-convert@ is created to bridge this gap, providing a way to turn other platform's datadumps into a set of files Hakyll understands.
 category:       Tools
     , directory >=1.3 && <1.4
     , feed >=1.3 && <1.4
     , filepath >=1.4 && <1.5
-    , text >=1.2 && <1.3
-    , time >=1.9 && <1.10
+    , text >= 1.2 && < 1.3 || == 2.0.*
+    , time >=1.9 && <1.12
     , xml-conduit >=1.9 && <1.10
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010
     , cmdargs >=0.10 && <0.11
     , filepath >=1.4 && <1.5
     , hakyll-convert
-    , text >=1.2 && <1.3
+    , text >= 1.2 && < 1.3 || == 2.0.*
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010
 
     , tasty >=1.2 && <1.5
     , tasty-golden >=2.3 && <2.4
     , temporary >=1.3 && <1.4
-    , text >=1.2 && <1.3
-    , time >=1.9 && <1.10
+    , text >= 1.2 && < 1.3 || == 2.0.*
+    , time >=1.9 && <1.12
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010
 
     , tasty-hunit >=0.10 && <0.11
     , tasty-quickcheck >=0.10 && <0.11
     , temporary >=1.3 && <1.4
-    , text >=1.2 && <1.3
-    , time >=1.9 && <1.10
+    , text >= 1.2 && < 1.3 || == 2.0.*
+    , time >=1.9 && <1.12
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010
revision 3
 
 name:           hakyll-convert
 version:        0.3.0.4
-x-revision: 2
+x-revision: 3
 synopsis:       Convert from other blog engines to Hakyll.
 description:    WordPress and Blogger only let one export posts in a limited number of formats, none of which are supported by Hakyll. @hakyll-convert@ is created to bridge this gap, providing a way to turn other platform's datadumps into a set of files Hakyll understands.
 category:       Tools
     , feed >=1.3 && <1.4
     , filepath >=1.4 && <1.5
     , text >= 1.2 && < 1.3 || == 2.0.*
-    , time >=1.9 && <1.12
+    , time >=1.9 && <1.13
     , xml-conduit >=1.9 && <1.10
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010
     , tasty-golden >=2.3 && <2.4
     , temporary >=1.3 && <1.4
     , text >= 1.2 && < 1.3 || == 2.0.*
-    , time >=1.9 && <1.12
+    , time >=1.9 && <1.13
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010
 
     , tasty-quickcheck >=0.10 && <0.11
     , temporary >=1.3 && <1.4
     , text >= 1.2 && < 1.3 || == 2.0.*
-    , time >=1.9 && <1.12
+    , time >=1.9 && <1.13
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010
revision 4
 
 name:           hakyll-convert
 version:        0.3.0.4
-x-revision: 3
+x-revision: 4
 synopsis:       Convert from other blog engines to Hakyll.
 description:    WordPress and Blogger only let one export posts in a limited number of formats, none of which are supported by Hakyll. @hakyll-convert@ is created to bridge this gap, providing a way to turn other platform's datadumps into a set of files Hakyll understands.
 category:       Tools
     , feed >=1.3 && <1.4
     , filepath >=1.4 && <1.5
     , hakyll-convert
-    , tasty >=1.2 && <1.5
+    , tasty >=1.2 && <1.6
     , tasty-golden >=2.3 && <2.4
     , temporary >=1.3 && <1.4
     , text >= 1.2 && < 1.3 || == 2.0.*
     , feed >=1.3 && <1.4
     , filepath >=1.4 && <1.5
     , hakyll-convert
-    , tasty >=1.2 && <1.5
+    , tasty >=1.2 && <1.6
     , tasty-expected-failure >=0.12.2 && <0.13
     , tasty-hunit >=0.10 && <0.11
     , tasty-quickcheck >=0.10 && <0.11
revision 5
 
 name:           hakyll-convert
 version:        0.3.0.4
-x-revision: 4
+x-revision: 5
 synopsis:       Convert from other blog engines to Hakyll.
 description:    WordPress and Blogger only let one export posts in a limited number of formats, none of which are supported by Hakyll. @hakyll-convert@ is created to bridge this gap, providing a way to turn other platform's datadumps into a set of files Hakyll understands.
 category:       Tools
   ghc-options: -Wall
   build-depends:
       base >=4.13 && <5
-    , bytestring >=0.10 && <0.12
+    , bytestring >=0.10 && <0.13
     , containers >=0.6 && <0.7
     , data-default >=0.7 && <0.8
     , directory >=1.3 && <1.4
   ghc-options: -Wall -Wno-orphans
   build-depends:
       base >=4.13 && <5
-    , bytestring >=0.10 && <0.12
+    , bytestring >=0.10 && <0.13
     , data-default >=0.7 && <0.8
     , feed >=1.3 && <1.4
     , filepath >=1.4 && <1.5
revision 6
 
 name:           hakyll-convert
 version:        0.3.0.4
-x-revision: 5
+x-revision: 6
 synopsis:       Convert from other blog engines to Hakyll.
 description:    WordPress and Blogger only let one export posts in a limited number of formats, none of which are supported by Hakyll. @hakyll-convert@ is created to bridge this gap, providing a way to turn other platform's datadumps into a set of files Hakyll understands.
 category:       Tools
     , data-default >=0.7 && <0.8
     , directory >=1.3 && <1.4
     , feed >=1.3 && <1.4
-    , filepath >=1.4 && <1.5
+    , filepath >=1.4 && <1.6
     , text >= 1.2 && < 1.3 || == 2.0.*
     , time >=1.9 && <1.13
     , xml-conduit >=1.9 && <1.10
   build-depends:
       base >=4.13 && <5
     , cmdargs >=0.10 && <0.11
-    , filepath >=1.4 && <1.5
+    , filepath >=1.4 && <1.6
     , hakyll-convert
     , text >= 1.2 && < 1.3 || == 2.0.*
     , xml-types >=0.3 && <0.4
     , bytestring >=0.10 && <0.13
     , data-default >=0.7 && <0.8
     , feed >=1.3 && <1.4
-    , filepath >=1.4 && <1.5
+    , filepath >=1.4 && <1.6
     , hakyll-convert
     , tasty >=1.2 && <1.6
     , tasty-golden >=2.3 && <2.4
     , data-default >=0.7 && <0.8
     , directory >=1.3 && <1.4
     , feed >=1.3 && <1.4
-    , filepath >=1.4 && <1.5
+    , filepath >=1.4 && <1.6
     , hakyll-convert
     , tasty >=1.2 && <1.6
     , tasty-expected-failure >=0.12.2 && <0.13
revision 7
 
 name:           hakyll-convert
 version:        0.3.0.4
-x-revision: 6
+x-revision: 7
 synopsis:       Convert from other blog engines to Hakyll.
 description:    WordPress and Blogger only let one export posts in a limited number of formats, none of which are supported by Hakyll. @hakyll-convert@ is created to bridge this gap, providing a way to turn other platform's datadumps into a set of files Hakyll understands.
 category:       Tools
     , directory >=1.3 && <1.4
     , feed >=1.3 && <1.4
     , filepath >=1.4 && <1.6
-    , text >= 1.2 && < 1.3 || == 2.0.*
+    , text >= 1.2 && < 1.3 || >= 2.0 && < 2.2
     , time >=1.9 && <1.13
     , xml-conduit >=1.9 && <1.10
     , xml-types >=0.3 && <0.4
     , cmdargs >=0.10 && <0.11
     , filepath >=1.4 && <1.6
     , hakyll-convert
-    , text >= 1.2 && < 1.3 || == 2.0.*
+    , text >= 1.2 && < 1.3 || >= 2.0 && < 2.2
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010
 
     , tasty >=1.2 && <1.6
     , tasty-golden >=2.3 && <2.4
     , temporary >=1.3 && <1.4
-    , text >= 1.2 && < 1.3 || == 2.0.*
+    , text >= 1.2 && < 1.3 || >= 2.0 && < 2.2
     , time >=1.9 && <1.13
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010
     , tasty-hunit >=0.10 && <0.11
     , tasty-quickcheck >=0.10 && <0.11
     , temporary >=1.3 && <1.4
-    , text >= 1.2 && < 1.3 || == 2.0.*
+    , text >= 1.2 && < 1.3 || >= 2.0 && < 2.2
     , time >=1.9 && <1.13
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010
revision 8
 
 name:           hakyll-convert
 version:        0.3.0.4
-x-revision: 7
+x-revision: 8
 synopsis:       Convert from other blog engines to Hakyll.
 description:    WordPress and Blogger only let one export posts in a limited number of formats, none of which are supported by Hakyll. @hakyll-convert@ is created to bridge this gap, providing a way to turn other platform's datadumps into a set of files Hakyll understands.
 category:       Tools
     , feed >=1.3 && <1.4
     , filepath >=1.4 && <1.6
     , text >= 1.2 && < 1.3 || >= 2.0 && < 2.2
-    , time >=1.9 && <1.13
+    , time >=1.9 && <1.15
     , xml-conduit >=1.9 && <1.10
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010
     , tasty-golden >=2.3 && <2.4
     , temporary >=1.3 && <1.4
     , text >= 1.2 && < 1.3 || >= 2.0 && < 2.2
-    , time >=1.9 && <1.13
+    , time >=1.9 && <1.15
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010
 
     , tasty-quickcheck >=0.10 && <0.11
     , temporary >=1.3 && <1.4
     , text >= 1.2 && < 1.3 || >= 2.0 && < 2.2
-    , time >=1.9 && <1.13
+    , time >=1.9 && <1.15
     , xml-types >=0.3 && <0.4
   default-language: Haskell2010