cabal-version: 2.4 name: hls-alternate-number-format-plugin version: 1.0.1.0 x-revision: 1 synopsis: Provide Alternate Number Formats plugin for Haskell Language Server description: Please see the README on GitHub at license: Apache-2.0 license-file: LICENSE author: Nick Suchecki maintainer: nicksuchecki@gmail.com category: Development build-type: Simple extra-source-files: LICENSE README.md test/testdata/*.hs test/testdata/*.yaml library exposed-modules: Ide.Plugin.AlternateNumberFormat, Ide.Plugin.Conversion other-modules: Ide.Plugin.Literals hs-source-dirs: src build-depends: aeson , base >=4.12 && < 5 , containers , ghcide ^>=1.6 , ghc-boot-th <9.2 , hls-graph , hls-plugin-api ^>=1.3 , hie-compat , lens , lsp , mtl , regex-tdfa , syb , text , unordered-containers default-language: Haskell2010 default-extensions: LambdaCase NamedFieldPuns OverloadedStrings RecordWildCards test-suite tests type: exitcode-stdio-1.0 default-language: Haskell2010 hs-source-dirs: test other-modules: Properties.Conversion main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-ignore-asserts build-depends: , base >=4.12 && < 5 , filepath , hls-alternate-number-format-plugin , hls-test-utils ^>=1.2 , lsp , QuickCheck , regex-tdfa , tasty-quickcheck , text default-extensions: LambdaCase NamedFieldPuns OverloadedStrings RecordWildCards