Skip to content

Commit

Permalink
Update from Hackage at 2019-05-26T23:22:06Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed May 26, 2019
1 parent 24245e5 commit 13027e9
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 0 deletions.
118 changes: 118 additions & 0 deletions servant-reason/0.1.0.0/servant-reason.cabal
@@ -0,0 +1,118 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 6c0ebb17fd103163c20ec58213afcdd0311c5f540d9fd64e4894fc8349bea6b3

name: servant-reason
version: 0.1.0.0
synopsis: Derive Reason types to interact with a Haskell backend
description: Please see the README on GitHub at <https://github.com/abarbu/servant-reason#readme>
category: Web
homepage: https://github.com/abarbu/servant-reason#readme
bug-reports: https://github.com/abarbu/servant-reason/issues
author: Andrei Barbu
maintainer: andrei@0xab.com
copyright: 2019 Andrei Barbu
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
test/reason-sources/BookType.re
test/reason-sources/getBooksByIdSource.re
test/reason-sources/getBooksByTitleSource.re
test/reason-sources/getBooksSource.re
test/reason-sources/getNothingSource.re
test/reason-sources/getOneSource.re
test/reason-sources/getOneWithDynamicUrlSource.re
test/reason-sources/getWithaheaderSource.re
test/reason-sources/getWitharesponseheaderSource.re
test/reason-sources/postBooksSource.re
test/reason-sources/postTwoSource.re
test/reason-sources/putNothingSource.re

source-repository head
type: git
location: https://github.com/abarbu/servant-reason

library
exposed-modules:
Servant.Reason
Servant.Reason.Internal.Foreign
Servant.Reason.Internal.Generate
Servant.Reason.Internal.Orphans
other-modules:
Paths_servant_reason
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, lens
, reason-export
, servant
, servant-foreign
, text
, wl-pprint-text
default-language: Haskell2010

test-suite servant-reason-compile-test
type: exitcode-stdio-1.0
main-is: CompileSpec.hs
other-modules:
Common
GenerateSpec
Paths_servant_reason
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -main-is CompileSpec
build-depends:
Diff
, HUnit
, aeson
, base >=4.7 && <5
, directory
, hspec
, interpolate
, lens
, mockery
, process
, reason-export
, servant
, servant-foreign
, servant-reason
, text
, wl-pprint-text
default-language: Haskell2010

test-suite servant-reason-test
type: exitcode-stdio-1.0
main-is: GenerateSpec.hs
other-modules:
Common
CompileSpec
Paths_servant_reason
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N -main-is GenerateSpec
build-depends:
Diff
, HUnit
, aeson
, base >=4.7 && <5
, directory
, hspec
, interpolate
, lens
, mockery
, process
, reason-export
, servant
, servant-foreign
, servant-reason
, text
, wl-pprint-text
default-language: Haskell2010
1 change: 1 addition & 0 deletions servant-reason/0.1.0.0/servant-reason.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"269dbc07ca218151a3597806df72231a","Skein512_512":"9e30ad6034bd3cca0fbed03f9693642cc384e37096ea82f00b981cf48f721142b76416f900f819a4531d9ffb70d5fe71678c4895a747d8e32ab017380b6d3be3","SHA1":"a6812c3afed155d15a805edaea7db4ce57707d6e","SHA512":"ddf269be68f9eb695e63769e50c307d040997bcb7b688fad50f9e55ebd9bb34414be4252aee4f83ad1351f3a97b74c5709c31c62fe76fa16a84075a96d0dd0d8","SHA256":"7e01d9a2a2ac6e1532425c3f1d62d3010b3d16c25cd565fd43be8bc99ac8ab68"},"package-locations":["https://hackage.haskell.org/package/servant-reason-0.1.0.0/servant-reason-0.1.0.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/servant-reason-0.1.0.0.tar.gz"],"package-size":12307}

0 comments on commit 13027e9

Please sign in to comment.