moss-0.1.0.0: moss.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 242278afc3ff26ab06aac60f132d9b70b071d6757c7763d6bf804c6cf8260412
name: moss
version: 0.1.0.0
synopsis: Haskell client for Moss
description: Please see the README on Github at <https://github.com/mbg/moss#readme>
category: Web
homepage: https://github.com/mbg/moss#readme
bug-reports: https://github.com/mbg/moss/issues
author: Michael B. Gale
maintainer: m.gale@warwick.ac.uk
copyright: Copyright (c) 2018 Michael B. Gale
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/mbg/moss
library
hs-source-dirs:
src
default-extensions: RecordWildCards OverloadedStrings
build-depends:
base >=4.7 && <5
, bytestring
, conduit-extra
, mtl
, network
, network-simple
, unix-compat
exposed-modules:
Stanford.Moss
other-modules:
Paths_moss
default-language: Haskell2010