Skip to content

Commit 5898724

Browse files
committed
Get rid of pedantic warning
1 parent 0c2f1f8 commit 5898724

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

exe/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ import Ide.Plugin.StylishHaskell as StylishHaskell
106106
import Ide.Plugin.Brittany as Brittany
107107
#endif
108108
import Ide.Plugin.Pragmas as Pragmas
109-
import Data.Typeable (Typeable)
109+
-- import Data.Typeable (Typeable)
110110

111111

112112
-- ---------------------------------------------------------------------

stack.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-14.27 # Last 8.6.5
1+
resolver: lts-14.27 # Last 8.6.5
22

33
packages:
44
- .
@@ -14,10 +14,10 @@ extra-deps:
1414
- cabal-plan-0.6.2.0
1515
- clock-0.7.2
1616
- extra-1.7.1
17-
- floskell-0.10.2
17+
- floskell-0.10.3
1818
- fuzzy-0.1.0.0
1919
# - ghcide-0.1.0
20-
- ghc-check-0.3.0.1
20+
- ghc-check-0.5.0.1
2121
- ghc-lib-parser-8.10.1.20200523
2222
- ghc-lib-parser-ex-8.10.0.4
2323
- haddock-api-2.22.0@rev:1
@@ -29,7 +29,7 @@ extra-deps:
2929
- HsYAML-aeson-0.2.0.0@rev:1
3030
- indexed-profunctors-0.1
3131
- lens-4.18
32-
- lsp-test-0.10.3.0
32+
- lsp-test-0.11.0.2
3333
- monad-dijkstra-0.1.1.2
3434
- opentelemetry-0.4.0
3535
- optics-core-0.2
@@ -40,8 +40,8 @@ extra-deps:
4040
- regex-pcre-builtin-0.95.1.1.8.43
4141
- regex-tdfa-1.3.1.0
4242
- semialign-1.1
43-
- github: wz1000/shake
44-
commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
43+
# - github: wz1000/shake
44+
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
4545
- stylish-haskell-0.11.0.0
4646
- tasty-rerun-1.1.17
4747
- temporary-1.2.1.1

0 commit comments

Comments
 (0)