Update to generic lens 2.1.0.0

This version and above is required as they expose GUpcast again.
This commit is contained in:
Alistair Burrowes 2021-01-26 09:36:27 +11:00
parent 80878d0556
commit 0797072841
2 changed files with 2 additions and 8 deletions

View File

@ -1,9 +1,3 @@
packages: .
with-compiler: ghc-8.8.3
source-repository-package
type: git
location: https://github.com/AlistairB/generic-lens.git
tag: e9fe04b049aa62c4489014537a4e2a0cf8644c79
subdir: generic-lens-core

View File

@ -28,8 +28,8 @@ library
Data.Generic.HKD.Types
build-depends: base >= 4.12 && < 5
, barbies ^>= 2.0
, generic-lens ^>= 2.0
, generic-lens-core ^>= 2.0
, generic-lens >= 2.1 && < 3.0
, generic-lens-core >= 2.1 && < 3.0
, QuickCheck >= 2.12.6 && < 2.14
, named ^>= 0.3.0.0
hs-source-dirs: src