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.0 synopsis: Preserve warnings in a GHCi session description: Please see the README on GitHub at 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 extra-source-files: README.md CHANGELOG.md tested-with: GHC ==8.8.4 || ==8.10.4 || ==9.0.1 library exposed-modules: PinnedWarnings, ShowWarnings other-modules: GhcFacade --default-extensions: ImportQualifiedPost build-depends: ghc >= 8.8 && < 9.1, base >= 4.7 && < 5, bytestring >= 0.10.10 && < 0.11, containers >= 0.6.2 && < 0.7, directory >= 1.3.6 && < 1.4, hs-source-dirs: src default-language: Haskell2010