Skip to content
Snippets Groups Projects
Commit 4a5cf2c7 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Bump the dependency on 'array'.

parent 6ee7ab0a
No related merge requests found
...@@ -106,7 +106,7 @@ executable cabal ...@@ -106,7 +106,7 @@ executable cabal
Distribution.Client.World Distribution.Client.World
Distribution.Client.Win32SelfUpgrade Distribution.Client.Win32SelfUpgrade
Distribution.Client.Compat.Environment Distribution.Client.Compat.Environment
Distribution.Client.Compat.FilePerms Distribution.Client.Compat.FilePer1;2802;0cms
Distribution.Client.Compat.Semaphore Distribution.Client.Compat.Semaphore
Distribution.Client.Compat.Time Distribution.Client.Compat.Time
Paths_cabal_install Paths_cabal_install
...@@ -114,7 +114,7 @@ executable cabal ...@@ -114,7 +114,7 @@ executable cabal
-- NOTE: when updating build-depends, don't forget to update version regexps -- NOTE: when updating build-depends, don't forget to update version regexps
-- in bootstrap.sh. -- in bootstrap.sh.
build-depends: build-depends:
array >= 0.1 && < 0.5, array >= 0.1 && < 0.6,
base >= 4 && < 5, base >= 4 && < 5,
bytestring >= 0.9 && < 1, bytestring >= 0.9 && < 1,
Cabal >= 1.18.0 && < 1.19, Cabal >= 1.18.0 && < 1.19,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment