Skip to content
Snippets Groups Projects
  1. Sep 16, 2021
  2. Sep 15, 2021
    • fendor's avatar
      ec53fcb7
    • Javier Neira's avatar
      Prepare 1.4.0 (#2182) · 25354781
      Javier Neira authored
      
      * [Call hierarchy] Update change log for 1.0.1.0
      
      * Add hackage release instructions
      
      * Add missing new line
      
      * Add initial list of merged prs
      
      * Update list of prs
      
      * Add a initial release description
      
      * Add rename plugin
      
      * Add rename demo and last pr
      
      * Restore significant whitespaces
      
      * Correct grammar
      
      * Add some newlines
      
      * Bump up versions
      
      * Complete Changelog
      
      * Ignoring time resolution test
      
      * Remove reference to rename plugin
      
      Co-authored-by: default avatarLei Zhu <julytreee@gmail.com>
      25354781
  3. Sep 13, 2021
  4. Sep 12, 2021
  5. Sep 11, 2021
  6. Sep 10, 2021
  7. Sep 09, 2021
  8. Sep 08, 2021
  9. Sep 07, 2021
  10. Sep 06, 2021
  11. Sep 05, 2021
  12. Sep 04, 2021
  13. Sep 03, 2021
  14. Sep 02, 2021
  15. Sep 01, 2021
    • Javier Neira's avatar
      Update ghc-9.0.1 support (#2131) · 5bd8512a
      Javier Neira authored
      
      * Update ghc-9.0.1 support
      
      * Use hie-bios master for stack
      
      * Enable rest of available plugins
      
      * Clean cabal allow-newer
      
      * Disable class plugin
      
      * Use void as suggested by hlint
      
      * Use hackage versions
      
      * Disable refineImports plugin
      
      * Comment out refineImports
      
      and use hackage released versions for blaze-textual and hie-bios
      
      * Use extra < 1.7.10
      
      Co-authored-by: default avatarJunyoung "Clare" Jang <jjc9310@gmail.com>
      5bd8512a
  16. Aug 29, 2021
  17. Aug 27, 2021
  18. Aug 26, 2021
    • Javier Neira's avatar
      Support for ghc-8.10.6 (#2109) · 32cd57df
      Javier Neira authored
      * Support for ghc-8.10.6
      
      * Always miss this one
      
      * Update tested-with .cabal field
      
      * Pin optparse-applicative for stylish-haskell
      
      * Add needed extra-deps
      32cd57df
  19. Aug 24, 2021
    • isovector's avatar
      Wingman: streaming tactic solutions (#2102) · d7a745e9
      isovector authored
      
      * WIP abstract LSP, take the pain out of writing LSP stuff
      
      * Finish making commands
      
      * Separate code lenses and actions
      
      * Pull out types
      
      * Finalize the abstract API
      
      * Bug fix in JSON; first connected abstract handler
      
      * Add ContinuationResult for better control over how edits work
      
      * Remove IO from TacticProviders; use LspEnv instead
      
      * installInteractions
      
      * Pull TacticCodeActions into their own file
      
      * Misc cleanup
      
      * Haddock
      
      * Fix bug in codelens
      
      * Port EmptyCase to Interaction
      
      * Rename makeTacticCodeAction -> makeTacticInteraction
      
      * Support for partial timeouts in upcoming refinery v5
      
      * asum instead of choice for assumption
      
      * Don't count it as using a term if you only destruct it
      
      * Let interactions return multiple results --- aka also info messages
      
      * Update refinery lower bounds
      
      * Revert "Update refinery lower bounds"
      
      This reverts commit 53199b3b781884d7bd85ac8fb3efa1d2da915ea6.
      
      * Pull refinery from the future
      
      * Fix tests
      
      * Add -XNumDecimals
      
      * Fix AutoTypeLevel test
      
      * Continue to emit errors
      
      Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
      d7a745e9
    • Torsten Scholak's avatar
      don't crash when an unused operator import ends in `.` (#2123) · ed37b61f
      Torsten Scholak authored
      
      * replace head with safer uncons
      
      * if empty, stay empty
      
      * add test for removal of operators ending with '.'
      
      * make remove-import-actions tests pass
      
      * add more tests and debug output for modifyBinding
      
      * implement reviewers suggestions
      
      * restore ghcide/bench/example/HLS
      
      Co-authored-by: default avatarPepe Iborra <pepeiborra@gmail.com>
      ed37b61f
Loading