moss-0.2.0.0: moss.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: cdb107d0caf11126d5eefa6f4edb3750c1846dbd80ea9e7df483e783c4bbdac9
name: moss
version: 0.2.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