packages feed

moss-0.2.0.1: moss.cabal

cabal-version: 1.12

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

name:           moss
version:        0.2.0.1
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:     github@michael-gale.co.uk
copyright:      Copyright (c) 2022 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