packages feed

implicit-hie-cradle-0.3.0.0: implicit-hie-cradle.cabal

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: 5c092074b2128d5593e67e2ace6e214ab27a89b73a7a71a71b212a4b34868b86

name:               implicit-hie-cradle
version:            0.3.0.0
description:        Auto generate a stack or cabal multi component cradles
category:           Development, Tools, Hie, HLS
synopsis:           Auto generate hie-bios cradles
homepage:           https://github.com/Avi-D-coder/implicit-hie-cradle#readme
bug-reports:        https://github.com/Avi-D-coder/implicit-hie-cradle/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-cradle

library
  exposed-modules:  Hie.Implicit.Cradle
  other-modules:    Paths_implicit_hie_cradle
  autogen-modules:  Paths_implicit_hie_cradle
  hs-source-dirs:   src
  build-depends:
      base                  >=4.8    && <5
    , base16-bytestring     >=0.1.1  && <0.2
    , bytestring            >=0.10.8 && <0.11
    , containers            >=0.5.10 && <0.7
    , directory             >=1.3.0  && <1.4
    , extra                 >=1.6.14 && <1.8
    , filepath              >=1.4.1  && <1.5
    , hie-bios              >=0.7.0
    , hslogger              >=1.2    && <1.4
    , implicit-hie
    , process               >=1.6.1  && <1.7
    , temporary             >=1.2    && <1.4
    , text                  >=1.2.3  && <1.3
    , time                  >=1.8.0  && <1.10
    , transformers          >=0.5.2  && <0.6
    , unix-compat           >=0.5.1  && <0.6
    , unordered-containers  >=0.2.9  && <0.3
    , vector                >=0.12.0 && <0.13
    , yaml                  >=0.8.32 && <0.12

  default-language: Haskell2010
  ghc-options:
    -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
    -fno-warn-unused-imports -fno-warn-unused-binds
    -fno-warn-name-shadowing -fwarn-redundant-constraints

test-suite implicit-hie-cradle-test
  type:             exitcode-stdio-1.0
  main-is:          Spec.hs
  other-modules:    Paths_implicit_hie_cradle
  autogen-modules:  Paths_implicit_hie_cradle
  hs-source-dirs:   test
  ghc-options:      -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base                 >=4.7 && <5
    , implicit-hie-cradle

  default-language: Haskell2010