-
-
Notifications
You must be signed in to change notification settings - Fork 399
Closed
Labels
component: hls-pragmas-plugincomponent: pluginstype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
-
With the following file
#! /usr/bin/env nix-shell #! nix-shell --pure -i runghc -p "haskellPackages.ghcWithPackages (hp: with hp; [ turtle ])" foo = id @()
-
Accept the suggestion to add the
TypeApplications
extension. -
Observe that the language extension is incorrectly inserted above the shebangs
I'm pretty sure I saw {-# LANGUAGE TypeApplications #-}
appear at the end of the #! nix-shell
line at one point, but I can't reproduce that
PRs welcome!
Metadata
Metadata
Assignees
Labels
component: hls-pragmas-plugincomponent: pluginstype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..