dot-linker-0.1.0.0: dot-linker.cabal
name: dot-linker
version: 0.1.0.0
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: 2016 Pedro Rodriguez Tavarez
maintainer: pedro@pjrt.co
homepage: https://github.com/pjrt/Dot-Linker#readme
synopsis: Initial project template from stack
description:
Please see README.md
category: Util
author: Pedro Rodriguez Tavarez
source-repository head
type: git
location: https://github.com/pjrt/Dot-Linker
library
exposed-modules:
DotLinker
DotLinker.Parsers
build-depends:
base >=4.8.2.0 && <4.9,
attoparsec >=0.13.0.2 && <0.14,
bytestring >=0.10.6.0 && <0.11,
turtle >=1.2.8 && <1.3,
text >=1.2.2.1 && <1.3,
system-filepath >=0.4.13.4 && <0.5,
unix >=2.7.1.0 && <2.8,
unordered-containers >=0.2.7.1 && <0.3
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
executable dot-linker
main-is: Main.hs
build-depends:
base >=4.8.2.0 && <4.9,
attoparsec >=0.13.0.2 && <0.14,
dot-linker >=0.1.0.0 && <0.2,
turtle >=1.2.8 && <1.3,
text >=1.2.2.1 && <1.3,
unordered-containers >=0.2.7.1 && <0.3
default-language: Haskell2010
hs-source-dirs: app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
test-suite dot-linker-spec
type: exitcode-stdio-1.0
main-is: Test.hs
build-depends:
base >=4.8.2.0 && <4.9,
bytestring >=0.10.6.0 && <0.11,
dot-linker >=0.1.0.0 && <0.2,
HUnit >=1.3.1.1 && <1.4,
tasty >=0.11.0.3 && <0.12,
tasty-hunit >=0.9.2 && <0.10,
attoparsec >=0.13.0.2 && <0.14,
turtle >=1.2.8 && <1.3,
unordered-containers >=0.2.7.1 && <0.3
default-language: Haskell2010
hs-source-dirs: test
ghc-options: -Wall