-
-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
140f904
commit bb6b4e1
Showing
2 changed files
with
46 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,21 +9,27 @@ license: Apache-2.0 | |
license-file: LICENSE | ||
author: The Haskell IDE Team | ||
copyright: The Haskell IDE Team | ||
homepage: https://github.com/haskell/haskell-language-server | ||
bug-reports: https://github.com/haskell/haskell-language-server/issues | ||
maintainer: [email protected] | ||
category: Development | ||
build-type: Simple | ||
extra-source-files: | ||
LICENSE | ||
test/testdata/**/*.hs | ||
|
||
source-repository head | ||
type: git | ||
location: git://github.com/haskell/haskell-language-server.git | ||
|
||
library | ||
exposed-modules: Ide.Plugin.Fourmolu | ||
hs-source-dirs: src | ||
ghc-options: -Wall | ||
build-depends: | ||
, base >=4.12 && <5 | ||
, filepath | ||
, fourmolu ^>=0.3 || ^>=0.4 || ^>= 0.6 | ||
, fourmolu ^>=0.3 || ^>=0.4 || ^>= 0.6 || ^>= 0.7 | ||
, ghc | ||
, ghc-boot-th | ||
, ghcide ^>=1.7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters