packages feed

Cabal revisions of language-gemini-0.1.0.1

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

revision 1
-cabal-version:       2.2--name:                language-gemini-version:             0.1.0.1-synopsis:            Datatypes and parsing/printing functions to represent the Gemini markup language-description:-  This package contains the 'GeminiDocument' datatype, representing a Gemini-  (<https://gemini.circumlunar.space>) document, together with functions for-  parsing and printing Gemini documents to/from 'Text' data.-homepage:            https://sr.ht/~fgaz/haskell-gemini/-bug-reports:         https://todo.sr.ht/~fgaz/haskell-gemini-license:             BSD-3-Clause-license-file:        LICENSE-author:              Francesco Gazzetta-maintainer:          Francesco Gazzetta <fgaz@fgaz.me>-copyright:           © 2020 Francesco Gazzetta and contributors-category:            Text, Gemini-extra-source-files:  CHANGELOG.md, README.md--source-repository head-  type:                git-  location:            https://git.sr.ht/~fgaz/language-gemini--library-  exposed-modules:     Language.Gemini-  -- other-modules:-  other-extensions:    OverloadedStrings-  build-depends:       base ^>=4.12-                         || ^>=4.13-                         || ^>=4.14-                         || ^>=4.15-                         || ^>=4.16-                         || ^>=4.17-                     , text ^>=1.2.5.0 || ^>=2.0-  -- hs-source-dirs:-  ghc-options:         -Wall-  default-language:    Haskell2010--test-suite language-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Main.hs-  other-extensions:    OverloadedStrings-  ghc-options:         -threaded-                       -rtsopts-                       -with-rtsopts=-N-                       -Wall-  build-depends:       language-gemini-                     , base-                     , hspec ^>=2.8.3 || ^>=2.11-                     , hedgehog ^>=1.0.5 || ^>=1.2-                     , hspec-hedgehog ^>=0.0.1.2-                     , text >=1.2.5.0-  default-language:    Haskell2010+cabal-version:       2.2
+
+name:                language-gemini
+version:             0.1.0.1
+x-revision: 1
+synopsis:            Datatypes and parsing/printing functions to represent the Gemini markup language
+description:
+  This package contains the 'GeminiDocument' datatype, representing a Gemini
+  (<https://gemini.circumlunar.space>) document, together with functions for
+  parsing and printing Gemini documents to/from 'Text' data.
+homepage:            https://sr.ht/~fgaz/haskell-gemini/
+bug-reports:         https://todo.sr.ht/~fgaz/haskell-gemini
+license:             BSD-3-Clause
+license-file:        LICENSE
+author:              Francesco Gazzetta
+maintainer:          Francesco Gazzetta <fgaz@fgaz.me>
+copyright:           © 2020 Francesco Gazzetta and contributors
+category:            Text, Gemini
+extra-source-files:  CHANGELOG.md, README.md
+
+source-repository head
+  type:                git
+  location:            https://git.sr.ht/~fgaz/language-gemini
+
+library
+  exposed-modules:     Language.Gemini
+  -- other-modules:
+  other-extensions:    OverloadedStrings
+  build-depends:       base ^>=4.12
+                         || ^>=4.13
+                         || ^>=4.14
+                         || ^>=4.15
+                         || ^>=4.16
+                         || ^>=4.17
+                     , text ^>=1.2.5.0 || ^>=2.0
+  -- hs-source-dirs:
+  ghc-options:         -Wall
+  default-language:    Haskell2010
+
+test-suite language
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Main.hs
+  other-extensions:    OverloadedStrings
+  ghc-options:         -threaded
+                       -rtsopts
+                       -with-rtsopts=-N
+                       -Wall
+  build-depends:       language-gemini
+                     , base
+                     , hspec ^>=2.8.3 || ^>=2.10 || ^>=2.11
+                     , hedgehog ^>=1.0.5 || ^>=1.2
+                     , hspec-hedgehog ^>=0.0.1.2
+                     , text >=1.2.5.0
+  default-language:    Haskell2010
revision 2
 
 name:                language-gemini
 version:             0.1.0.1
-x-revision: 1
+x-revision: 2
 synopsis:            Datatypes and parsing/printing functions to represent the Gemini markup language
 description:
   This package contains the 'GeminiDocument' datatype, representing a Gemini
   exposed-modules:     Language.Gemini
   -- other-modules:
   other-extensions:    OverloadedStrings
-  build-depends:       base ^>=4.12
-                         || ^>=4.13
-                         || ^>=4.14
-                         || ^>=4.15
-                         || ^>=4.16
-                         || ^>=4.17
-                     , text ^>=1.2.5.0 || ^>=2.0
+  build-depends:       base >=4.12 && <4.20
+                     , text ^>=1.2.5.0 || ^>=2.0 || ^>=2.1
   -- hs-source-dirs:
   ghc-options:         -Wall
   default-language:    Haskell2010
   build-depends:       language-gemini
                      , base
                      , hspec ^>=2.8.3 || ^>=2.10 || ^>=2.11
-                     , hedgehog ^>=1.0.5 || ^>=1.2
-                     , hspec-hedgehog ^>=0.0.1.2
+                     , hedgehog ^>=1.0.5 || ^>=1.2 || ^>=1.4
+                     , hspec-hedgehog ^>=0.0.1.2 || ^>=0.1
                      , text >=1.2.5.0
-  default-language:    Haskell2010
+  default-language:    Haskell2010
revision 3
 
 name:                language-gemini
 version:             0.1.0.1
-x-revision: 2
+x-revision: 3
 synopsis:            Datatypes and parsing/printing functions to represent the Gemini markup language
 description:
   This package contains the 'GeminiDocument' datatype, representing a Gemini
   exposed-modules:     Language.Gemini
   -- other-modules:
   other-extensions:    OverloadedStrings
-  build-depends:       base >=4.12 && <4.20
+  build-depends:       base >=4.12 && <4.22
                      , text ^>=1.2.5.0 || ^>=2.0 || ^>=2.1
   -- hs-source-dirs:
   ghc-options:         -Wall
   build-depends:       language-gemini
                      , base
                      , hspec ^>=2.8.3 || ^>=2.10 || ^>=2.11
-                     , hedgehog ^>=1.0.5 || ^>=1.2 || ^>=1.4
-                     , hspec-hedgehog ^>=0.0.1.2 || ^>=0.1
+                     , hedgehog >=1.0.5 && <1.6
+                     , hspec-hedgehog >=0.0.1.2 && <0.4
                      , text >=1.2.5.0
-  default-language:    Haskell2010+  default-language:    Haskell2010