File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 11name : nvim-hs
2- version : 0.2.5
2+ version : 0.3.0
33synopsis : Haskell plugin backend for neovim
44description :
55 This package provides a plugin provider for neovim. It allows you to write
@@ -115,14 +115,11 @@ library
115115 , deepseq >= 1.1 && < 1.5
116116 , directory
117117 , dyre
118- , exceptions
119118 , filepath
120119 , foreign-store
121120 , hslogger
122121 , messagepack >= 0.5.4
123- , monad-control
124122 , network
125- , lifted-base
126123 , mtl >= 2.2.1 && < 2.3
127124 , optparse-applicative
128125 , time-locale-compat
@@ -137,6 +134,8 @@ library
137134 , time
138135 , transformers
139136 , transformers-base
137+ , unliftio
138+ , unliftio-core
140139 , utf8-string
141140 , void
142141 hs-source-dirs : library
@@ -166,11 +165,9 @@ test-suite hspec
166165 , data-default
167166 , directory
168167 , dyre
169- , exceptions
170168 , filepath
171169 , foreign-store
172170 , hslogger
173- , lifted-base
174171 , mtl
175172 , messagepack
176173 , time-locale-compat
@@ -179,14 +176,16 @@ test-suite hspec
179176 , megaparsec
180177 , process
181178 , resourcet
182- , setenv >= 0.1.1.3
179+ , setenv
183180 , stm
184181 , streaming-commons
185182 , text
186183 , template-haskell
187184 , time
188185 , transformers
189186 , transformers-base
187+ , unliftio
188+ , unliftio-core
190189 , utf8-string
191190 , HUnit
192191
Original file line number Diff line number Diff line change 11flags : {}
22packages :
33- ' .'
4- resolver : lts-10.1
5- extra-deps : []
4+ resolver : nightly-2018-03-10
5+ extra-deps :
6+ - resourcet-1.2.0
7+ - conduit-1.3.0
8+ - conduit-extra-1.3.0
9+ - cereal-conduit-0.8.0
You can’t perform that action at this time.
0 commit comments