packages feed

ghcide-test-utils-2.0.0.0: ghcide-test-utils.cabal

cabal-version:      3.0
-- This library is a copy of the sublibrary ghcide-test-utils until stack and hackage support public sublibraries
build-type:         Simple
category:           Development
name:               ghcide-test-utils
version:            2.0.0.0
license:            Apache-2.0
license-file:       LICENSE
author:             Digital Asset and Ghcide contributors
maintainer:         Ghcide contributors
copyright:          Digital Asset and Ghcide contributors 2018-2022
synopsis:           Test utils for ghcide
description:
    Test utils for ghcide
homepage:           https://github.com/haskell/haskell-language-server/tree/master/ghcide#readme
bug-reports:        https://github.com/haskell/haskell-language-server/issues
tested-with:        GHC == 9.2.8 || == 9.4.8 || == 9.6.4 || == 9.8.1

source-repository head
    type:     git
    location: https://github.com/haskell/haskell-language-server.git


library
    default-language: GHC2021
    build-depends:
        aeson,
        base > 4.9 && < 5,
        containers,
        data-default,
        directory,
        extra,
        filepath,
        ghcide,
        lsp-types,
        hls-plugin-api,
        lens,
        lsp-test ^>= 0.16,
        tasty-hunit >= 0.10,
        text,
        row-types,
    hs-source-dirs: src
    exposed-modules:
        Development.IDE.Test
        Development.IDE.Test.Diagnostic
    default-extensions:
        LambdaCase
        OverloadedStrings
        RecordWildCards
        ViewPatterns