packages feed

Cabal revisions of gemmula-0.1.0.0

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

revision 1
-name:               gemmula-version:            0.1.0.0-synopsis:           A tiny Gemtext parser-description:        gemmula is a tiny and functional text/gemini (also known as Gemtext)-                    parser that aims to parse a Gemtext document from and to Text,-                    according to the Section 5 of the Gemini Protocol specification at-                    <https://geminiprotocol.net/docs/specification.gmi>.-license:            AGPL-3-license-file:       LICENSE-author:             Sena <jn-sena@proton.me>-maintainer:         Sena <jn-sena@proton.me>-tested-with:        GHC == 9.4.8 || == 9.6.3-category:           Text, Gemini-homepage:           https://codeberg.org/sena/gemmula-bug-reports:        https://codeberg.org/sena/gemmula/issues-build-type:         Simple-extra-source-files: README.md, ChangeLog.md-cabal-version:      1.18--library-  default-language: Haskell2010-  hs-source-dirs:  src-  exposed-modules: Text.Gemini-  build-depends:   base >= 4.17 && < 5-                 , text >= 2.0 && < 2.2-  ghc-options:     -Wall--test-suite gemmulae-probatio-  default-language: Haskell2010-  type:           exitcode-stdio-1.0-  hs-source-dirs: test-  main-is:        Main.hs-  build-depends:  base-                , text-                , HUnit-                , raw-strings-qq-                , gemmula-  ghc-options:    -Wall--source-repository head-  location: https://codeberg.org/sena/gemmula-  type:     git+name:               gemmula
+version:            0.1.0.0
+x-revision: 1
+synopsis:           A tiny Gemtext parser
+description:        gemmula is a tiny and functional text/gemini (also known as Gemtext)
+                    parser that aims to parse a Gemtext document from and to Text,
+                    according to the Section 5 of the Gemini Protocol specification at
+                    <https://geminiprotocol.net/docs/specification.gmi>.
+license:            AGPL-3
+license-file:       LICENSE
+author:             Sena <jn-sena@proton.me>
+maintainer:         Sena <jn-sena@proton.me>
+tested-with:        GHC == 9.4.8 || == 9.6.3
+category:           Text, Gemini
+homepage:           https://codeberg.org/sena/gemmula
+bug-reports:        https://codeberg.org/sena/gemmula/issues
+build-type:         Simple
+extra-source-files: README.md, ChangeLog.md
+cabal-version:      1.18
+
+library
+  default-language: Haskell2010
+  hs-source-dirs:  src
+  exposed-modules: Text.Gemini
+  build-depends:   base >= 4.16 && < 5
+                 , text >= 2.0 && < 2.2
+  ghc-options:     -Wall
+
+test-suite gemmulae-probatio
+  default-language: Haskell2010
+  type:           exitcode-stdio-1.0
+  hs-source-dirs: test
+  main-is:        Main.hs
+  build-depends:  base
+                , text
+                , HUnit
+                , raw-strings-qq
+                , gemmula
+  ghc-options:    -Wall
+
+source-repository head
+  location: https://codeberg.org/sena/gemmula
+  type:     git