implicit-hie/implicit-hie.cabal
2020-04-30 20:59:13 -04:00

78 lines
2.4 KiB
Plaintext

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: ee9bceb3ed6e6ee053acc1dc9dde3033fed8e9f565a8c8bbdfa52f9be9c507aa
name: implicit-hie
version: 0.1.0.0
description: Auto generate a stack or cabal multi component hie.yaml file
homepage: https://github.com/Avi-D-coder/implicit-hie#readme
bug-reports: https://github.com/Avi-D-coder/implicit-hie/issues
author: Avi Dessauer
maintainer: avi.the.coder@gmail.com
copyright: 2020
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/Avi-D-coder/implicit-hie
library
exposed-modules:
Hie.Cabal.Parser
Hie.Yaml
other-modules:
Paths_implicit_hie
hs-source-dirs:
src
ghc-options: -O2 -flate-specialise -fexpose-all-unfoldings -fspecialize-aggressively -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints
build-depends:
attoparsec
, base >=4.7 && <5
, text
, yaml
default-language: Haskell2010
executable gen-hie
main-is: Main.hs
other-modules:
Paths_implicit_hie
hs-source-dirs:
app
ghc-options: -O2 -flate-specialise -fexpose-all-unfoldings -fspecialize-aggressively -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
attoparsec
, base >=4.7 && <5
, directory
, filepath
, implicit-hie
, text
, yaml
default-language: Haskell2010
test-suite implicit-hie-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_implicit_hie
hs-source-dirs:
test
ghc-options: -O2 -flate-specialise -fexpose-all-unfoldings -fspecialize-aggressively -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints -threaded -rtsopts -with-rtsopts=-N
build-depends:
attoparsec
, base >=4.7 && <5
, hspec
, hspec-attoparsec
, implicit-hie
, text
, yaml
default-language: Haskell2010