Skip to content

Commit

Permalink
Fix various cabal issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Jul 11, 2022
1 parent c00eca0 commit 1c8504a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
31 changes: 13 additions & 18 deletions plugins/hls-cabal-plugin/hls-cabal-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ maintainer: [email protected]
category: Development
extra-source-files:
CHANGELOG.md
test/testdata/invalid.cabal
test/testdata/licenseCodeAction.cabal
test/testdata/simple.cabal

common warnings
Expand All @@ -27,27 +29,21 @@ library
Ide.Plugin.Cabal.Parse

build-depends:
, aeson
, base >=4.12 && <5
, base >=4.12 && <5
, bytestring
, Cabal
, czipwith
, Cabal ^>= 3.6.3.0 || ^>= 3.4.1.0 || ^>= 3.2
, deepseq
, directory
, extra
, filepath
, ghc-exactprint
, ghcide >=1.6 && <1.8
, extra >=1.7.4
, ghcide ^>=1.7
, hashable
, hls-plugin-api >=1.3 && <1.5
, lens
, lsp
, lsp-types
, regex-tdfa
, hls-plugin-api ^>=1.4
, lsp ^>=1.4.0.0
, lsp-types ^>=1.4.0.1
, regex-tdfa ^>=1.3.1
, stm
, text
, transformers
, unordered-containers
, text ^>=1.2.4.0
, unordered-containers >=0.2.10.0

hs-source-dirs: src
default-language: Haskell2010
Expand All @@ -61,11 +57,10 @@ test-suite tests
build-depends:
, base
, filepath
, ghcide
, hls-cabal-plugin
, hls-test-utils ^>=1.3
, lens
, lsp
, ghcide
, lsp-types
, tasty-hunit
, text
2 changes: 2 additions & 0 deletions stack-lts16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ extra-deps:
- apply-refact-0.9.3.0
- brittany-0.13.1.2
- bytestring-trie-0.2.5.0
- Cabal-3.2.1.0
- cabal-plan-0.6.2.0
- clock-0.7.2
- constrained-dynamic-0.1.0.0
Expand All @@ -63,6 +64,7 @@ extra-deps:
- ilist-0.3.1.0
- implicit-hie-cradle-0.3.0.5
- implicit-hie-0.1.2.6
- lens-4.19
- megaparsec-9.0.1
- monad-dijkstra-0.1.1.2
- opentelemetry-0.6.1
Expand Down

0 comments on commit 1c8504a

Please sign in to comment.