packages feed

Cabal revisions of stack2cabal-1.0.3

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

revision 1
-cabal-version:       2.2-name:                stack2cabal-version:             1.0.3-synopsis:            Convert stack projects to cabal.project + cabal.project.freeze-license:             GPL-3.0-or-later-license-file:        LICENSE-author:              Tseen She-maintainer:          Tseen She-copyright:           2018 Tseen She-bug-reports:         https://gitlab.com/tseenshe/stack2cabal/merge_requests-tested-with:         GHC ^>= 8.4.4 || ^>= 8.6.3-category:            Building-description:-  Convert @stack.yaml@ \/ @package.yaml@ to @cabal.project@ \/ @cabal.project.freeze@\/ @*.cabal@.---- https://www.haskell.org/cabal/users-guide/cabal-projectindex.html--executable stack2cabal-  hs-source-dirs:     exe-  main-is:            Main.hs-  build-depends:      stackage-to-hackage  ^>= 1.1.1-                    , base ^>= 4.11.1.0 || ^>= 4.12.0.0-                    , bytestring           ^>= 0.10.8.2-                    , Cabal                ^>= 2.4.1.0-                    , directory            ^>= 1.3.3.1-                    , extra                ^>= 1.6.13-                    , filepath             ^>= 1.4.2.1-                    , hpack                ==  0.31.1-                    , text                 ^>= 1.2.3.1-  ghc-options:        -Wall-                      -Werror=missing-home-modules-  default-language:   Haskell2010-  ghc-options:        -threaded+cabal-version:       2.2
+name:                stack2cabal
+version:             1.0.3
+x-revision: 1
+synopsis:            Convert stack projects to cabal.project + cabal.project.freeze
+license:             GPL-3.0-or-later
+license-file:        LICENSE
+author:              Tseen She
+maintainer:          Tseen She
+copyright:           2018 Tseen She
+bug-reports:         https://gitlab.com/tseenshe/stack2cabal/merge_requests
+tested-with:         GHC ^>= 8.4.4 || ^>= 8.6.3
+category:            Building
+description:
+  Convert @stack.yaml@ \/ @package.yaml@ to @cabal.project@ \/ @cabal.project.freeze@\/ @*.cabal@.
+
+-- https://www.haskell.org/cabal/users-guide/cabal-projectindex.html
+
+executable stack2cabal
+  hs-source-dirs:     exe
+  main-is:            Main.hs
+  build-depends:      stackage-to-hackage  ^>= 1.1.1
+                    , base ^>= 4.11.1.0 || ^>= 4.12.0.0
+                    , bytestring           ^>= 0.10.8.2
+                    , Cabal                ^>= 2.4.1.0
+                    , directory            ^>= 1.3.3.0
+                    , extra                ^>= 1.6.13
+                    , filepath             ^>= 1.4.2.1
+                    , hpack                ==  0.31.0
+                    , text                 ^>= 1.2.3.1
+  ghc-options:        -Wall
+                      -Werror=missing-home-modules
+  default-language:   Haskell2010
+  ghc-options:        -threaded
revision 2
 cabal-version:       2.2
 name:                stack2cabal
 version:             1.0.3
-x-revision: 1
+x-revision: 2
 synopsis:            Convert stack projects to cabal.project + cabal.project.freeze
 license:             GPL-3.0-or-later
 license-file:        LICENSE
                     , directory            ^>= 1.3.3.0
                     , extra                ^>= 1.6.13
                     , filepath             ^>= 1.4.2.1
-                    , hpack                ==  0.31.0
+                    , hpack                ^>= 0.31.0
                     , text                 ^>= 1.2.3.1
   ghc-options:        -Wall
                       -Werror=missing-home-modules