hackage-proxy 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~basic-prelude
Dependency ranges changed: basic-prelude
Files
- TweakCabal.hs +1/−1
- hackage-proxy.cabal +2/−2
TweakCabal.hs view
@@ -2,7 +2,7 @@ {-# LANGUAGE RecordWildCards #-} module TweakCabal where -import BasicPrelude+import BasicPrelude hiding (encodeUtf8) import qualified Data.Set as Set import qualified Data.Text as T import Data.Text.Encoding.Error (lenientDecode)
hackage-proxy.cabal view
@@ -1,5 +1,5 @@ name: hackage-proxy-version: 0.2.0.0+version: 0.2.0.1 synopsis: Provide a proxy for Hackage which modifies responses in some way. description: The motivating use case for this is testing packages with newer versions of GHC. In this case, upper bounds on base, process, and a few other packages will often prevent compilation. This proxy will allow you to strip those upper bounds and proceed with compilation. In the future, other features may be added as well, such as package replacement. homepage: http://github.com/snoyberg/hackage-proxy@@ -16,7 +16,7 @@ other-modules: HackageProxy TweakCabal build-depends: base >= 4.5 && < 5- , basic-prelude >= 0.3.5+ , basic-prelude >= 0.3.6 , Cabal >= 1.12 , wai >=1.3 , warp >=1.3