Skip to content
Snippets Groups Projects
Commit 1cb7a87a authored by Ryan Scott's avatar Ryan Scott
Browse files

Allow hie-bios/lens to build with filepath-1.5.*

parent b95e3497
No related branches found
No related tags found
1 merge request!351Add empty containers-0.7 patch
diff --git a/hie-bios.cabal b/hie-bios.cabal
index 28be23a..d65b87c 100644
--- a/hie-bios.cabal
+++ b/hie-bios.cabal
@@ -172,7 +172,7 @@ Library
exceptions ^>= 0.10,
cryptohash-sha1 >= 0.11.100 && < 0.12,
directory >= 1.3.0 && < 1.4,
- filepath >= 1.4.1 && < 1.5,
+ filepath >= 1.4.1 && < 1.6,
time >= 1.8.0 && < 1.13,
extra >= 1.6.14 && < 1.8,
prettyprinter ^>= 1.6 || ^>= 1.7.0,
diff --git a/lens.cabal b/lens.cabal
index 9c9cebe..a4d9c0d 100644
--- a/lens.cabal
+++ b/lens.cabal
@@ -1,6 +1,7 @@
name: lens
category: Data, Lenses, Generics
version: 5.2.3
+x-revision: 2
license: BSD2
cabal-version: 1.18
license-file: LICENSE
@@ -181,11 +182,11 @@ library
bytestring >= 0.10.4.0 && < 0.13,
call-stack >= 0.1 && < 0.5,
comonad >= 5.0.7 && < 6,
- containers >= 0.5.5.1 && < 0.7,
+ containers >= 0.5.5.1 && < 0.8,
contravariant >= 1.4 && < 2,
distributive >= 0.5.1 && < 1,
exceptions >= 0.8.2.1 && < 1,
- filepath >= 1.2.0.0 && < 1.5,
+ filepath >= 1.2.0.0 && < 1.6,
free >= 5.1.5 && < 6,
ghc-prim,
hashable >= 1.2.7.0 && < 1.5,
@@ -200,7 +201,7 @@ library
strict >= 0.4 && < 0.6,
tagged >= 0.8.6 && < 1,
template-haskell >= 2.11.1.0 && < 2.22,
- text >= 1.2.3.0 && < 2.1,
+ text >= 1.2.3.0 && < 2.2,
th-abstraction >= 0.4.1 && < 0.7,
these >= 1.1.1.1 && < 1.3,
transformers >= 0.5.0.0 && < 0.7,
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