Skip to content

Commit 2425a15

Browse files
committed
Drop unused dependency vector-instances
1 parent 7107546 commit 2425a15

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

github.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ tested-with:
4040
|| ==8.10.7
4141
|| ==9.0.2
4242
|| ==9.2.2
43+
|| ==9.4.1
4344

4445
extra-source-files:
4546
README.md
@@ -165,7 +166,7 @@ library
165166

166167
-- Packages bundles with GHC, mtl and text are also here
167168
build-depends:
168-
base >=4.7 && <4.17
169+
base >=4.7 && <5
169170
, binary >=0.7.1.0 && <0.11
170171
, bytestring >=0.10.4.0 && <0.12
171172
, containers >=0.5.5.1 && <0.7
@@ -194,7 +195,6 @@ library
194195
, transformers-compat >=0.6.5 && <0.8
195196
, unordered-containers >=0.2.10.0 && <0.3
196197
, vector >=0.12.0.1 && <0.13
197-
, vector-instances >=3.4 && <3.5
198198

199199
if flag(openssl)
200200
build-depends:

src/GitHub/Internal/Prelude.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,5 @@ import Data.Text (Text, pack, unpack)
5757
import Data.Time.Compat (UTCTime)
5858
import Data.Time.ISO8601 (formatISO8601)
5959
import Data.Vector (Vector)
60-
import Data.Vector.Instances ()
6160
import GHC.Generics (Generic)
6261
import Prelude.Compat

0 commit comments

Comments
 (0)