Cabal revisions of gemini-textboard-0.2.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.2--name: gemini-textboard-version: 0.2.0.1-synopsis: A barebones textboard for the Gemini protocol--- description:-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: Gemini-extra-source-files: CHANGELOG.md, README.md--source-repository head- type: git- location: https://git.sr.ht/~fgaz/gemini-textboard--executable gemini-textboard- main-is: Main.hs- other-extensions: OverloadedStrings- build-depends: base ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0- -- blocked on sqlite-simple || ^>=4.15.0.0- , gemini-server ^>=0.3.0.0- , gemini-router ^>=0.1.1.0- , language-gemini ^>=0.1.0.0- , nonce ^>=1.0.7- , cache ^>=0.1.3.0- , sqlite-simple ^>=0.4.18.0- , clock ^>=0.8- , text ^>=1.2.3.2- , time ^>=1.9.3 || ^>=1.10- , network-uri ^>=2.6.3.0 || ^>=2.7.0.0- , transformers ^>=0.5.6.2- , cryptohash-sha256 ^>=0.11.102- , base64 ^>=0.4.2- , HsOpenSSL ^>=0.11.5.1- hs-source-dirs: app- ghc-options: -Wall -threaded- default-language: Haskell2010+cabal-version: 2.2 + +name: gemini-textboard +version: 0.2.0.1 +x-revision: 1 +synopsis: A barebones textboard for the Gemini protocol +-- description: +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: Gemini +extra-source-files: CHANGELOG.md, README.md + +source-repository head + type: git + location: https://git.sr.ht/~fgaz/gemini-textboard + +executable gemini-textboard + main-is: Main.hs + other-extensions: OverloadedStrings + build-depends: base ^>=4.12 + || ^>=4.13 + || ^>=4.14 + || ^>=4.15 + || ^>=4.16 + || ^>=4.17 + , gemini-server ^>=0.3.0.0 + , gemini-router ^>=0.1.1.0 + , language-gemini ^>=0.1.0.0 + , nonce ^>=1.0.7 + , cache ^>=0.1.3.0 + , sqlite-simple ^>=0.4.18.0 + , clock ^>=0.8 + , text ^>=1.2.3.2 || ^>=2.0 + , time ^>=1.9.3 || ^>=1.10 + , network-uri ^>=2.6.3.0 || ^>=2.7.0.0 + , transformers ^>=0.5.6.2 + , cryptohash-sha256 ^>=0.11.102 + , base64 ^>=0.4.2 + , HsOpenSSL ^>=0.11.5.1 + hs-source-dirs: app + ghc-options: -Wall -threaded + default-language: Haskell2010
revision 2
name: gemini-textboard version: 0.2.0.1 -x-revision: 1 +x-revision: 2 synopsis: A barebones textboard for the Gemini protocol -- description: homepage: https://sr.ht/~fgaz/haskell-gemini/ executable gemini-textboard main-is: Main.hs other-extensions: OverloadedStrings - build-depends: base ^>=4.12 - || ^>=4.13 - || ^>=4.14 - || ^>=4.15 - || ^>=4.16 - || ^>=4.17 + build-depends: base >=4.12 && <4.20 , gemini-server ^>=0.3.0.0 , gemini-router ^>=0.1.1.0 , language-gemini ^>=0.1.0.0 , cache ^>=0.1.3.0 , sqlite-simple ^>=0.4.18.0 , clock ^>=0.8 - , text ^>=1.2.3.2 || ^>=2.0 - , time ^>=1.9.3 || ^>=1.10 + , text ^>=1.2.3.2 || ^>=2.0 || ^>=2.1 + , time ^>=1.9.3 || ^>=1.10 || ^>=1.11 || ^>=1.12 || ^>=1.14 , network-uri ^>=2.6.3.0 || ^>=2.7.0.0 - , transformers ^>=0.5.6.2 + , transformers ^>=0.5.6.2 || ^>=0.6 , cryptohash-sha256 ^>=0.11.102 , base64 ^>=0.4.2 , HsOpenSSL ^>=0.11.5.1 hs-source-dirs: app ghc-options: -Wall -threaded - default-language: Haskell2010 + default-language: Haskell2010