name: gemmula-altera version: 1.0.0 synopsis: A tiny Gemtext converter for gemmula description: gemmula-altera is a tiny Gemtext converter, built on gemmula library. It provides simple encodings for Markdown and HTML. license: AGPL-3 license-file: LICENSE author: Sena maintainer: Sena 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.Markdown , Text.Gemini.Web build-depends: base >= 4.16 && < 5 , text >= 2.0 && < 2.2 , gemmula >= 1.0 && < 2.0 , HTTP >= 4000.4.0 && < 5000.0 , modern-uri >= 0.3.6 && < 0.4 ghc-options: -Wall test-suite gemmulae-alterius-probatio default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs build-depends: base , text , HUnit >= 1.6 && < 2 , raw-strings-qq >= 1.1 && < 2 , gemmula , gemmula-altera ghc-options: -Wall source-repository head location: https://codeberg.org/sena/gemmula type: git