packages feed

pinned-warnings-0.1.0.8: pinned-warnings.cabal

cabal-version:       2.4
-- Initial package description 'pinned-warnings.cabal' generated by 'cabal
-- init'.  For further documentation, see
-- http://haskell.org/cabal/users-guide/

name:                pinned-warnings
version:             0.1.0.8
synopsis: Preserve warnings in a GHCi session
description: Please see the README on GitHub at <https://github.com/aaronallen8455/pinned-warnings#readme>
homepage:       https://github.com/aaronallen8455/pinned-warnings#readme
bug-reports:    https://github.com/aaronallen8455/pinned-warnings/issues
license:        BSD-3-Clause
license-file:   LICENSE

author: Aaron Allen
maintainer:          aaronallen8455@gmail.com
copyright: 2021 Aaron Allen
category: Utility, Development
extra-source-files:
  README.md
  CHANGELOG.md
tested-with: GHC ==8.10.4 || ==9.0.1

library
  exposed-modules:     PinnedWarnings
                       ShowWarnings
                       Internal.FixWarnings
                       Internal.GhcFacade
                       Internal.Types

  build-depends:       ghc              >= 8.8 && < 9.1,
                       base             >= 4.14.1 && < 5,
                       bytestring       >= 0.10.12 && < 0.11,
                       containers       >= 0.6.2 && < 0.7,
                       directory        >= 1.3.6 && < 1.4,
                       time             >= 1.9.3 && < 1.10,
                       transformers     >= 0.5.6 && < 0.6
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options: -Wall
               -Wincomplete-patterns

test-suite pinned-warnings-test
  main-is: Spec.hs
  type: exitcode-stdio-1.0
  hs-source-dirs: test
  build-depends: base,
                 pinned-warnings,
                 tasty,
                 tasty-hunit,
                 bytestring
  default-language: Haskell2010