-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmoss.cabal
48 lines (44 loc) · 1.15 KB
/
moss.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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: [email protected]
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