Skip to content

Commit c1ff475

Browse files
committed
Allow data-default-class 0.2
Packdeps has been complaining about this for a while. See https://github.com/mauke/data-default/blob/master/Changes.pod#:~:text=The%20split%20into%20multiple%20packages for more info about what's new in 0.2.
1 parent f17c14e commit c1ff475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

X11.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library
7474
Graphics.X11.Xrandr
7575
other-modules: Graphics.X11.Xlib.Internal
7676
build-depends: base >= 4.9 && < 5
77-
, data-default-class == 0.1.*
77+
, data-default-class >= 0.1 && < 0.3
7878
default-language: Haskell98
7979
default-extensions: CPP
8080
ForeignFunctionInterface

0 commit comments

Comments
 (0)