Skip to content

Commit

Permalink
Update from Hackage at 2019-05-01T23:17:23Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed May 1, 2019
1 parent 16f22e9 commit af40f00
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 137 deletions.
8 changes: 4 additions & 4 deletions persistent/1.2.2.0/persistent.cabal
@@ -1,6 +1,6 @@
name: persistent
version: 1.2.2.0
x-revision: 1
x-revision: 2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
Expand All @@ -21,7 +21,7 @@ library
if flag(nooverlap)
cpp-options: -DNO_OVERLAP

build-depends: base >= 4.5 && < 5
build-depends: base >= 4.5 && < 4.8
, bytestring >= 0.9
, transformers >= 0.2.1
, time >= 1.1.4
Expand All @@ -33,8 +33,8 @@ library
, lifted-base >= 0.1
, pool-conduit >= 0.1.2
, path-pieces >= 0.1
, aeson >= 0.5
, monad-logger >= 0.3 && < 0.7
, aeson >= 0.5 && < 0.7
, monad-logger >= 0.3
, transformers-base
, base64-bytestring
, unordered-containers
Expand Down
6 changes: 3 additions & 3 deletions simple-sendfile/0.2.28/simple-sendfile.cabal
@@ -1,6 +1,6 @@
Name: simple-sendfile
Version: 0.2.28
x-revision: 1
x-revision: 2
Author: Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
License: BSD3
Expand Down Expand Up @@ -38,13 +38,13 @@ Library
CPP-Options: -DOS_MacOS
Other-Modules: Network.Sendfile.BSD
Network.Sendfile.IOVec
Build-Depends: unix
Build-Depends: unix >= 2.5.1
else
if os(linux)
CPP-Options: -DOS_Linux
Exposed-Modules: System.Linux.Sendfile
Other-Modules: Network.Sendfile.Linux
Build-Depends: unix
Build-Depends: unix >= 2.5.1
else
Other-Modules: Network.Sendfile.Fallback
Build-Depends: conduit >= 1.0 && < 1.4
Expand Down
131 changes: 66 additions & 65 deletions yesod-markdown/0.12.2/yesod-markdown.cabal
@@ -1,65 +1,66 @@
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: dc5e40c81025510f684eb2401cfe1a60cfe62cd7fc7e4d1264560d95e0c72d59

name: yesod-markdown
version: 0.12.2
synopsis: Tools for using markdown in a yesod application
description: A subset of Pandoc functionality useful for markdown processing in yesod applications
category: Web, Yesod
homepage: http://github.com/pbrisbin/yesod-markdown
bug-reports: https://github.com/pbrisbin/yesod-markdown/issues
author: Alexander Dunlap, Patrick Brisbin
maintainer: Patrick Brisbin <pbrisbin@gmail.com>
license: GPL-2
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/pbrisbin/yesod-markdown

library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.8.0 && <5
, blaze-html >=0.5 && <0.10
, blaze-markup >=0.5 && <0.9
, bytestring >=0.9 && <0.11
, directory
, pandoc >=2.0 && <2.2
, persistent >=0.9
, shakespeare >=2.0 && <2.1
, text >=0.11 && <2.0
, xss-sanitize >=0.3.1 && <0.4
, yesod-core >=1.2 && <1.7
, yesod-form >=1.3 && <1.7
exposed-modules:
Yesod.Markdown
other-modules:
Paths_yesod_markdown
default-language: Haskell2010

test-suite test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall -threaded
build-depends:
base >=4.8.0 && <5
, blaze-html
, hspec
, text
, yesod-markdown
other-modules:
Paths_yesod_markdown
default-language: Haskell2010
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: dc5e40c81025510f684eb2401cfe1a60cfe62cd7fc7e4d1264560d95e0c72d59

name: yesod-markdown
version: 0.12.2
x-revision: 1
synopsis: Tools for using markdown in a yesod application
description: A subset of Pandoc functionality useful for markdown processing in yesod applications
category: Web, Yesod
homepage: http://github.com/pbrisbin/yesod-markdown
bug-reports: https://github.com/pbrisbin/yesod-markdown/issues
author: Alexander Dunlap, Patrick Brisbin
maintainer: Patrick Brisbin <pbrisbin@gmail.com>
license: GPL-2
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/pbrisbin/yesod-markdown

library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.8.0 && <4.11
, blaze-html >=0.5 && <0.10
, blaze-markup >=0.5 && <0.9
, bytestring >=0.9 && <0.11
, directory
, pandoc >=2.0 && <2.2
, persistent >=0.9
, shakespeare >=2.0 && <2.1
, text >=0.11 && <2.0
, xss-sanitize >=0.3.1 && <0.4
, yesod-core >=1.2 && <1.7
, yesod-form >=1.3 && <1.7
exposed-modules:
Yesod.Markdown
other-modules:
Paths_yesod_markdown
default-language: Haskell2010

test-suite test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall -threaded
build-depends:
base >=4.8.0 && <5
, blaze-html
, hspec
, text
, yesod-markdown
other-modules:
Paths_yesod_markdown
default-language: Haskell2010
131 changes: 66 additions & 65 deletions yesod-markdown/0.12.3/yesod-markdown.cabal
@@ -1,65 +1,66 @@
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b7e83808360b85c8c862b1daa225c4a7fa6509a8084cbab7a2933e66ee33be18

name: yesod-markdown
version: 0.12.3
synopsis: Tools for using markdown in a yesod application
description: A subset of Pandoc functionality useful for markdown processing in yesod applications
category: Web, Yesod
homepage: http://github.com/pbrisbin/yesod-markdown
bug-reports: https://github.com/pbrisbin/yesod-markdown/issues
author: Alexander Dunlap, Patrick Brisbin
maintainer: Patrick Brisbin <pbrisbin@gmail.com>
license: GPL-2
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/pbrisbin/yesod-markdown

library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.8.0 && <5
, blaze-html >=0.5 && <0.10
, blaze-markup >=0.5 && <0.9
, bytestring >=0.9 && <0.11
, directory
, pandoc >=2.0 && <2.2
, persistent >=0.9
, shakespeare >=2.0 && <2.1
, text >=0.11 && <2.0
, xss-sanitize >=0.3.1 && <0.4
, yesod-core >=1.2 && <1.7
, yesod-form >=1.3 && <1.7
exposed-modules:
Yesod.Markdown
other-modules:
Paths_yesod_markdown
default-language: Haskell2010

test-suite test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall -threaded
build-depends:
base >=4.8.0 && <5
, blaze-html
, hspec
, text
, yesod-markdown
other-modules:
Paths_yesod_markdown
default-language: Haskell2010
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b7e83808360b85c8c862b1daa225c4a7fa6509a8084cbab7a2933e66ee33be18

name: yesod-markdown
version: 0.12.3
x-revision: 1
synopsis: Tools for using markdown in a yesod application
description: A subset of Pandoc functionality useful for markdown processing in yesod applications
category: Web, Yesod
homepage: http://github.com/pbrisbin/yesod-markdown
bug-reports: https://github.com/pbrisbin/yesod-markdown/issues
author: Alexander Dunlap, Patrick Brisbin
maintainer: Patrick Brisbin <pbrisbin@gmail.com>
license: GPL-2
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10

extra-source-files:
README.md

source-repository head
type: git
location: https://github.com/pbrisbin/yesod-markdown

library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.8.0 && <4.11
, blaze-html >=0.5 && <0.10
, blaze-markup >=0.5 && <0.9
, bytestring >=0.9 && <0.11
, directory
, pandoc >=2.0 && <2.2
, persistent >=0.9
, shakespeare >=2.0 && <2.1
, text >=0.11 && <2.0
, xss-sanitize >=0.3.1 && <0.4
, yesod-core >=1.2 && <1.7
, yesod-form >=1.3 && <1.7
exposed-modules:
Yesod.Markdown
other-modules:
Paths_yesod_markdown
default-language: Haskell2010

test-suite test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall -threaded
build-depends:
base >=4.8.0 && <5
, blaze-html
, hspec
, text
, yesod-markdown
other-modules:
Paths_yesod_markdown
default-language: Haskell2010

0 comments on commit af40f00

Please sign in to comment.