Skip to content

Commit 7754e38

Browse files
Resolve version conflict in microlens-platform
We bumped the version for microlens-ghc without incrementing the version of microlens-ghc in microlens-platform causing an impossible dependency set. Bump the bound for microlens-ghc to fix it.
1 parent 470b4dc commit 7754e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microlens-platform/microlens-platform.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: microlens-platform
2-
version: 0.4.4.0
2+
version: 0.4.4.1
33
synopsis: microlens + all batteries included (best for apps)
44
description:
55
This package exports a module which is the recommended starting point for using <http://hackage.haskell.org/package/microlens microlens> if you aren't trying to keep your dependencies minimal. By importing @Lens.Micro.Platform@ you get all functions and instances from <http://hackage.haskell.org/package/microlens microlens>, <http://hackage.haskell.org/package/microlens-th microlens-th>, <http://hackage.haskell.org/package/microlens-mtl microlens-mtl>, <http://hackage.haskell.org/package/microlens-ghc microlens-ghc>, as well as instances for @Vector@, @Text@, and @HashMap@.
@@ -45,7 +45,7 @@ library
4545
build-depends: base >=4.5 && <5
4646
, hashable >=1.1.2.3 && <1.6
4747
, microlens ==0.4.14.*
48-
, microlens-ghc ==0.4.14.*
48+
, microlens-ghc ==0.4.15.*
4949
, microlens-mtl ==0.2.1.*
5050
, microlens-th ==0.4.3.*
5151
, text >=0.11 && <1.3 || >=2.0 && <2.2

0 commit comments

Comments
 (0)