Skip to content

Commit

Permalink
Update from Hackage at 2021-01-27T21:55:56Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 27, 2021
1 parent 085b068 commit d7a2909
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 1 deletion.
96 changes: 96 additions & 0 deletions 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
1 change: 1 addition & 0 deletions 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}
@@ -1 +1 @@
phonetic-languages-simplified-examples-array >=0.2.2
phonetic-languages-simplified-examples-array >=0.3

0 comments on commit d7a2909

Please sign in to comment.