39 lines
924 B
Plaintext
39 lines
924 B
Plaintext
|
cabal-version: 3.0
|
||
|
name: reddit-lib
|
||
|
version: 0.1.0.0
|
||
|
synopsis:
|
||
|
|
||
|
-- A longer description of the package.
|
||
|
-- description:
|
||
|
homepage:
|
||
|
|
||
|
-- A URL where users can report bugs.
|
||
|
-- bug-reports:
|
||
|
license: NONE
|
||
|
author: Mats Rauhala
|
||
|
maintainer: mats.rauhala@iki.fi
|
||
|
|
||
|
-- A copyright notice.
|
||
|
-- copyright:
|
||
|
category: Web
|
||
|
extra-source-files: CHANGELOG.md
|
||
|
|
||
|
library
|
||
|
exposed-modules: Reddit.Publish
|
||
|
|
||
|
-- Modules included in this library but not exported.
|
||
|
-- other-modules:
|
||
|
|
||
|
-- LANGUAGE extensions used by modules in this package.
|
||
|
-- other-extensions:
|
||
|
build-depends: base ^>=4.15.1.0
|
||
|
hs-source-dirs: src
|
||
|
default-language: Haskell2010
|
||
|
|
||
|
test-suite reddit-lib-test
|
||
|
default-language: Haskell2010
|
||
|
type: exitcode-stdio-1.0
|
||
|
hs-source-dirs: test
|
||
|
main-is: MyLibTest.hs
|
||
|
build-depends: base ^>=4.15.1.0
|