contivero / hasmin

Hasmin - A Haskell CSS Minifier
BSD 3-Clause "New" or "Revised" License
57 stars 4 forks source link

Relax bounds to admit quickcheck-instances 0.3.19? #5

Closed endgame closed 5 years ago

endgame commented 5 years ago

quickcheck-instances 0.3.19 has been released, which adds MaybeT instances. This is the version currently in nixpkgs, and hasmin's cabal file only accepts versions < 0.3.19, making hasmin unusable.

Could you please publish a version with relaxed bounds? Even if it's not worth making a full new release, a hackage metadata revision would help.

contivero commented 5 years ago

Thanks for the heads-up and pull request. I relaxed the bound on hackage, hopefully that should be enough.

endgame commented 5 years ago

Thanks, looks good. I'll have to wait for it to propagate to nixpkgs but that shouldn't take long. I'll open another issue if there's further trouble.