Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upperbounds #3

Open
juhp opened this issue Jan 8, 2020 · 0 comments
Open

upperbounds #3

juhp opened this issue Jan 8, 2020 · 0 comments

Comments

@juhp
Copy link

juhp commented Jan 8, 2020

Not sure if you still plan to maintain this package, but it just needs some tweaks - minimally dropping (all) the upperbounds in bugzilla.cabal, though that might be too relaxed in some cases...

-  build-depends:       base >=4.6 && <4.7,
-                       aeson >=0.7 && <0.8,
-                       blaze-builder >=0.3 && <0.4,
-                       bytestring >=0.10 && <0.11,
-                       connection >=0.2 && <0.3,
-                       containers >=0.5 && <0.6,
-                       data-default >=0.5.2 && <0.6,
-                       http-conduit >=2.0 && <2.1,
-                       http-types >=0.8 && <0.9,
-                       iso8601-time >=0.1 && <0.2,
-                       resourcet >=0.4 && <0.5,
-                       text >=0.11 && <0.12,
-                       time >=1.4 && <1.5,
-                       transformers >=0.3 && <0.4,
-                       unordered-containers >=0.2 && <0.3,
-                       vector >= 0.10 && <0.11
+  build-depends:       base >=4.6,
+                       aeson >=0.7,
+                       blaze-builder >=0.3,
+                       bytestring >=0.10,
+                       connection >=0.2,
+                       containers >=0.5,
+                       data-default >=0.5.2,
+                       http-conduit >=2.0,
+                       http-types >=0.8,
+                       iso8601-time >=0.1,
+                       resourcet >=0.4,
+                       text >=0.11,
+                       time >=1.4,
+                       transformers >=0.3,
+                       unordered-containers >=0.2,
+                       vector >= 0.10

Anyway with this (and replacing data-default def with defaultRequest, I could make it build with LTS 13 packages effectively (Fedora 31).

juhp referenced this issue in juhp/hsbugzilla Jan 8, 2020
- bump upperbounds
- drop data-default for defaultRequest

fixes #3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant