sh2md-0.1.0.0: sh2md.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: b3f2502d47043be2e62c6be650b0898ad16793fce66f66ce33b928e2eb2a08a7
name: sh2md
version: 0.1.0.0
synopsis: Record your shell session and print in the markdown format
description: Please see the README on GitHub at <https://github.com/kkweon/sh2md#readme>
category: Utilities
homepage: https://github.com/kkweon/sh2md#readme
bug-reports: https://github.com/kkweon/sh2md/issues
author: Mo Kweon
maintainer: kkweon@gmail.com
copyright: MIT
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/kkweon/sh2md
library
exposed-modules:
RecordShellToMarkdown
RecordShellToMarkdown.CLI
RecordShellToMarkdown.Data
RecordShellToMarkdown.Print
other-modules:
Paths_sh2md
hs-source-dirs:
src
build-depends:
Hclip >=3.0.0 && <3.1
, base >=4.7 && <5
, containers >=0.5.11 && <0.6
, optparse-applicative >=0.14.3 && <0.15
, process >=1.6.3 && <1.7
, text >=1.2.3 && <1.3
, transformers >=0.5.5 && <0.6
, unix >=2.7.2 && <2.8
default-language: Haskell2010
executable sh2md
main-is: Main.hs
other-modules:
Paths_sh2md
hs-source-dirs:
app
ghc-options: -Wall -threaded -O3 -rtsopts -with-rtsopts=-N
build-depends:
Hclip >=3.0.0 && <3.1
, base >=4.7 && <5
, containers >=0.5.11 && <0.6
, optparse-applicative >=0.14.3 && <0.15
, process >=1.6.3 && <1.7
, sh2md
, text >=1.2.3 && <1.3
, transformers >=0.5.5 && <0.6
, unix >=2.7.2 && <2.8
default-language: Haskell2010
test-suite sh2md-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_sh2md
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
Hclip >=3.0.0 && <3.1
, base >=4.7 && <5
, containers >=0.5.11 && <0.6
, optparse-applicative >=0.14.3 && <0.15
, process >=1.6.3 && <1.7
, sh2md
, text >=1.2.3 && <1.3
, transformers >=0.5.5 && <0.6
, unix >=2.7.2 && <2.8
default-language: Haskell2010