tangle-0: tangle.cabal
cabal-version: 2.4
-- Initial package description 'tangle.cabal' generated by 'cabal init'.
-- For further documentation, see http://haskell.org/cabal/users-guide/
name: tangle
version: 0
synopsis: HKD record builder
description: See README.md for details
bug-reports: https://github.com/fumieval/tangle/issues
license: BSD-3-Clause
license-file: LICENSE
author: Fumiaki Kinoshita
maintainer: fumiexcel@gmail.com
copyright: Copyright(c) 2020 Fumiaki Kinoshita
category: Monad
extra-source-files: CHANGELOG.md
tested-with: GHC == 8.8.1, ghc == 8.6.5
source-repository head
type: git
location: https://github.com/fumieval/tangle.git
library
exposed-modules: Control.Monad.Tangle
-- other-modules:
-- other-extensions:
build-depends: base >= 4.12 && <5, transformers
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall