From d7a290942e1836541d43db5009e45241002a044e Mon Sep 17 00:00:00 2001 From: all-cabal-tool Date: Wed, 27 Jan 2021 22:02:08 +0000 Subject: [PATCH] Update from Hackage at 2021-01-27T21:55:56Z --- hablog/0.8.0/hablog.cabal | 96 +++++++++++++++++++ hablog/0.8.0/hablog.json | 1 + .../preferred-versions | 2 +- 3 files changed, 98 insertions(+), 1 deletion(-) create mode 100644 hablog/0.8.0/hablog.cabal create mode 100644 hablog/0.8.0/hablog.json diff --git a/hablog/0.8.0/hablog.cabal b/hablog/0.8.0/hablog.cabal new file mode 100644 index 00000000000..3e25ca2207b --- /dev/null +++ b/hablog/0.8.0/hablog.cabal @@ -0,0 +1,96 @@ +Name: hablog +Version: 0.8.0 +Synopsis: A blog system +Description: blog system with tags +License: MIT +license-file: LICENSE +Author: Gil Mizrahi +Maintainer: gilmi@posteo.net +Stability: Experimental +Category: Web +Build-type: Simple + +Cabal-version: >=1.10 + +extra-source-files: + README.md + +source-repository head + type: git + location: https://gitlab.com/gilmi/hablog + +library + Build-depends: + base >=4.7 && <5 + ,scotty + ,scotty-tls >= 0.4 + ,warp-tls == 3.2.12 + ,blaze-html + ,blaze-markup + ,text + ,mtl + ,transformers + ,bytestring + ,bifunctors + ,transformers + ,markdown + ,directory + ,filepath + ,mime-types + ,containers + ,rss + ,time + ,network-uri + + exposed-modules: + Web.Hablog + Web.Hablog.Run + Web.Hablog.Config + Web.Hablog.Types + + other-modules: + Web.Hablog.Utils + Web.Hablog.Html + Web.Hablog.Post + Web.Hablog.Page + Web.Hablog.Present + + exposed: + True + + buildable: + True + + hs-source-dirs: + src + + default-language: + Haskell2010 + + if impl(ghc >= 6.12.0) + other-extensions: + FlexibleInstances + ghc-options: -Wall -fwarn-tabs -funbox-strict-fields + else + ghc-options: -Wall -fwarn-tabs -funbox-strict-fields + +Executable hablog + hs-source-dirs: app + main-is: Main.hs + + Build-depends: + base + ,text + ,optparse-applicative + ,hablog + + default-language: + Haskell2010 + + if impl(ghc >= 6.12.0) + other-extensions: + FlexibleInstances + -- ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -static -optl-static -optl-pthread -fPIC + ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields + else + ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields diff --git a/hablog/0.8.0/hablog.json b/hablog/0.8.0/hablog.json new file mode 100644 index 00000000000..412a3ec77d9 --- /dev/null +++ b/hablog/0.8.0/hablog.json @@ -0,0 +1 @@ +{"package-hashes":{"MD5":"2eec54f9878542414218082b970b4326","Skein512_512":"6c1c7fc71e65a53cae7b9e48df83e530f94783dbcf47eaa98aea9229f77a37748d8cc2804dd112f6e411faf0562845f7b66b0704d60f17ee878f745b9f6f8a2d","SHA1":"f1dc43fa7075d8921677ac33564ac54fd65d2d89","SHA512":"307d2c2a9d41d0b9a98da34449140bc85275be48dd210b3bfd68fa819b2e5779a7675bbb9de5dd7211aa68165f2809868549c4dd83323f6ce9237f44e5e785c1","SHA256":"67dacbfacb70e283a0ff91b31bee3bdd351f2d5934651a957732ff6700637570"},"package-locations":["https://hackage.haskell.org/package/hablog-0.8.0/hablog-0.8.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hablog-0.8.0.tar.gz"],"package-size":9856} \ No newline at end of file diff --git a/phonetic-languages-simplified-examples-array/preferred-versions b/phonetic-languages-simplified-examples-array/preferred-versions index c4c568cd568..a5b1c489735 100644 --- a/phonetic-languages-simplified-examples-array/preferred-versions +++ b/phonetic-languages-simplified-examples-array/preferred-versions @@ -1 +1 @@ -phonetic-languages-simplified-examples-array >=0.2.2 \ No newline at end of file +phonetic-languages-simplified-examples-array >=0.3 \ No newline at end of file