File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ library
90
90
, scientific
91
91
, some
92
92
, dependent-sum-template
93
- , dependent-sum >= 0.6.2.2
94
93
, text
95
94
, template-haskell
96
95
, temporary
Original file line number Diff line number Diff line change @@ -37,10 +37,8 @@ library
37
37
, attoparsec
38
38
, bytestring
39
39
, containers
40
- , directory
41
40
, data-default
42
41
, exceptions
43
- , filepath
44
42
, hslogger
45
43
, hashable
46
44
, lsp-types == 1.2. *
@@ -124,12 +122,8 @@ test-suite unit-test
124
122
build-depends : base
125
123
, QuickCheck
126
124
, aeson
127
- , bytestring
128
125
, containers
129
- , data-default
130
- , directory
131
126
, filepath
132
- , hashable
133
127
, lsp
134
128
, hspec
135
129
-- , hspec-jenkins
@@ -138,7 +132,6 @@ test-suite unit-test
138
132
, quickcheck-instances
139
133
, rope-utf16-splay >= 0.2
140
134
, sorted-list == 0.2.1. *
141
- , stm
142
135
, text
143
136
, unordered-containers
144
137
-- For GHCI tests
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ import Control.Concurrent.STM
33
33
import Control.Monad.Trans.Except
34
34
import Control.Monad.Reader
35
35
import Data.IxMap
36
- import System.Directory
37
36
import System.Log.Logger
38
37
import qualified Data.Dependent.Map as DMap
39
38
import Data.Maybe
You can’t perform that action at this time.
0 commit comments