Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 3ce3b52

Browse files
committed
Add apply-refact dependency
1 parent 89bb195 commit 3ce3b52

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

haskell-ide-engine.cabal

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ executable hie
6868
build-depends: base
6969
, Cabal >= 1.22
7070
, aeson
71+
, apply-refact
7172
, containers
7273
, directory
7374
, fast-logger

hie-apply-refact/hie-apply-refact.cabal

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ library
1515
exposed-modules: Haskell.Ide.ApplyRefactPlugin
1616
build-depends: base >= 4.7 && < 5
1717
, aeson
18+
, apply-refact
1819
, containers
1920
, directory
2021
, extra

0 commit comments

Comments
 (0)