implicit-hie/implicit-hie.cabal

76 lines
2.2 KiB
Plaintext
Raw Normal View History

2020-04-24 03:48:49 +03:00
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
2020-05-01 02:35:00 +03:00
-- hash: bc348cef928e75313b689d7626632633e11398ad278358aea4933e83a9564985
2020-04-24 03:48:49 +03:00
name: implicit-hie
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/Avi-D-coder/implicit-hie#readme>
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:
2020-05-01 02:35:00 +03:00
Hie.Cabal.Parser
Hie.Yaml
2020-04-24 03:48:49 +03:00
other-modules:
Paths_implicit_hie
hs-source-dirs:
src
2020-04-26 09:35:53 +03:00
ghc-options: -fspecialize-aggressively -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints
2020-04-24 03:48:49 +03:00
build-depends:
attoparsec
, base >=4.7 && <5
2020-04-25 07:28:20 +03:00
, text
2020-05-01 02:35:00 +03:00
, yaml
2020-04-24 03:48:49 +03:00
default-language: Haskell2010
executable implicit-hie-exe
main-is: Main.hs
other-modules:
Paths_implicit_hie
hs-source-dirs:
app
2020-04-26 09:35:53 +03:00
ghc-options: -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
2020-04-24 03:48:49 +03:00
build-depends:
attoparsec
, base >=4.7 && <5
, implicit-hie
2020-04-25 07:28:20 +03:00
, text
2020-05-01 02:35:00 +03:00
, yaml
2020-04-24 03:48:49 +03:00
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
2020-04-26 09:35:53 +03:00
ghc-options: -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
2020-04-24 03:48:49 +03:00
build-depends:
attoparsec
, base >=4.7 && <5
2020-04-25 07:28:20 +03:00
, hspec
, hspec-attoparsec
2020-04-24 03:48:49 +03:00
, implicit-hie
2020-04-25 07:28:20 +03:00
, text
2020-05-01 02:35:00 +03:00
, yaml
2020-04-24 03:48:49 +03:00
default-language: Haskell2010