[arch-commits] Commit in purescript/trunk (PKGBUILD http-client-0.5.patch)

Felix Yan felixonmars at archlinux.org
Mon Mar 27 03:31:47 UTC 2017


    Date: Monday, March 27, 2017 @ 03:31:45
  Author: felixonmars
Revision: 219275

upgpkg: purescript 0.11.0-1

Modified:
  purescript/trunk/PKGBUILD
Deleted:
  purescript/trunk/http-client-0.5.patch

-----------------------+
 PKGBUILD              |   40 +++++++--------------
 http-client-0.5.patch |   90 ------------------------------------------------
 2 files changed, 14 insertions(+), 116 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-27 03:27:30 UTC (rev 219274)
+++ PKGBUILD	2017-03-27 03:31:45 UTC (rev 219275)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=purescript
-pkgver=0.10.7
-pkgrel=21
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/"
 license=("custom:BSD3")
@@ -14,39 +14,27 @@
              "haskell-ansi-terminal" "haskell-ansi-wl-pprint" "haskell-base-compat"
              "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" "haskell-cheapskate"
              "haskell-clock" "haskell-data-ordlist" "haskell-dlist" "haskell-edit-distance"
-             "haskell-file-embed" "haskell-foldl" "haskell-fsnotify" "haskell-glob"
-             "haskell-http-client" "haskell-http-types" "haskell-language-javascript"
-             "haskell-lens" "haskell-lifted-base" "haskell-monad-control" "haskell-monad-logger"
-             "haskell-mtl" "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+             "haskell-file-embed" "haskell-fsnotify" "haskell-glob" "haskell-http-client"
+             "haskell-http-types" "haskell-language-javascript" "haskell-lens" "haskell-lifted-base"
+             "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" "haskell-network"
+             "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
              "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" "haskell-protolude"
              "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" "haskell-sourcemap"
-             "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" "haskell-system-filepath"
-             "haskell-text" "haskell-transformers-base" "haskell-transformers-compat"
-             "haskell-turtle" "haskell-unordered-containers" "haskell-utf8-string"
-             "haskell-vector" "haskell-wai" "haskell-wai-websockets" "haskell-warp"
-             "haskell-websockets")
+             "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" "haskell-text"
+             "haskell-transformers-base" "haskell-transformers-compat"
+             "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector" "haskell-wai"
+             "haskell-wai-websockets" "haskell-warp" "haskell-websockets")
 optdepends=('pulp: for development environment')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        http-client-0.5.patch)
-sha256sums=('85dff2f4b6916e9d45b6a1b2674dc6c91c56ac6c1597f627d5f1cbee9d0b3a9d'
-            '2e8ac0165d8dfde7f2ec27f4b77fb4139a435cf2148d3853ec95455334601b03')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('39eb594dd8a4ebe0288e914f6871310dc4ece7922c2c4d0caf798b8173b91c0ce2cd1af3a577ade188a532309ab5e936bff7564cc42edb32e73ceb88739dc921')
 
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    patch -p1 -i ../http-client-0.5.patch
-
-    sed -e 's/pipes >= 4.0.0 && < 4.3.0,/pipes >= 4.0.0 \&\& < 4.4.0,/' \
-        -e 's/websockets >= 0.9 && <0.10/websockets >= 0.9 \&\& <0.11/' \
-        -e 's/aeson >= 0.8 && < 1.0,/aeson >= 0.8,/' \
-        -i purescript.cabal
-}
-
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
 
     runhaskell Setup configure -O --enable-library-profiling --enable-shared \
         --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
-        --libsubdir=\$compiler/site-local/\$pkgid
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -frelease
     LC_CTYPE=en_US.UTF-8 runhaskell Setup build
 }
 

Deleted: http-client-0.5.patch
===================================================================
--- http-client-0.5.patch	2017-03-27 03:27:30 UTC (rev 219274)
+++ http-client-0.5.patch	2017-03-27 03:31:45 UTC (rev 219275)
@@ -1,90 +0,0 @@
-From e0527fb7f10721870014d7c08b1a2f8f5bf2edcf Mon Sep 17 00:00:00 2001
-From: Oleg Grenrus <oleg.grenrus at iki.fi>
-Date: Mon, 22 Aug 2016 17:51:42 +0300
-Subject: [PATCH] Support http-client-0.5
-
----
- purescript.cabal                       |  2 +-
- src/Language/PureScript/Ide/Pursuit.hs | 44 ++++++++++++++++------------------
- stack.yaml                             |  5 +++-
- 3 files changed, 25 insertions(+), 26 deletions(-)
-
-diff --git a/purescript.cabal b/purescript.cabal
-index 71fee5d..505e441 100644
---- a/purescript.cabal
-+++ b/purescript.cabal
-@@ -117,7 +117,7 @@ library
-                    fsnotify >= 0.2.1,
-                    Glob >= 0.7 && < 0.8,
-                    haskeline >= 0.7.0.0,
--                   http-client >= 0.4.30 && <0.5,
-+                   http-client >= 0.4.30 && <0.6,
-                    http-types -any,
-                    language-javascript == 0.6.*,
-                    lifted-base >= 0.2.3 && < 0.2.4,
-diff --git a/src/Language/PureScript/Ide/Pursuit.hs b/src/Language/PureScript/Ide/Pursuit.hs
-index 962f573..ae40238 100644
---- a/src/Language/PureScript/Ide/Pursuit.hs
-+++ b/src/Language/PureScript/Ide/Pursuit.hs
-@@ -35,41 +35,37 @@ import qualified Pipes.Prelude                 as P
- -- TODO: remove this when the issue is fixed at Pursuit
- queryPursuit :: Text -> IO ByteString
- queryPursuit q = do
--  let qClean = T.dropWhileEnd (== '.') q
--  req' <- parseRequest "https://pursuit.purescript.org/search"
--  let req = req'
--        { queryString= "q=" <> (fromString . T.unpack) qClean
--        , requestHeaders=[(hAccept, "application/json")]
--        }
--  m <- newManager tlsManagerSettings
--  withHTTP req m $ \resp ->
--    P.fold (<>) "" identity (responseBody resp)
--
-+    let qClean = T.dropWhileEnd (== '.') q
-+    req' <- parseRequest "https://pursuit.purescript.org/search"
-+    let req = req'
-+          { queryString= "q=" <> (fromString . T.unpack) qClean
-+          , requestHeaders=[(hAccept, "application/json")]
-+          }
-+    m <- newManager tlsManagerSettings
-+    withHTTP req m $ \resp ->
-+      P.fold (<>) "" identity (responseBody resp)
- 
- handler :: HttpException -> IO [a]
--handler StatusCodeException{} = pure []
- handler _ = pure []
- 
- searchPursuitForDeclarations :: Text -> IO [PursuitResponse]
--searchPursuitForDeclarations query =
--    (do r <- queryPursuit query
--        let results' = decode (fromStrict r) :: Maybe Array
--        case results' of
--          Nothing -> pure []
--          Just results -> pure (mapMaybe (isDeclarationResponse . fromJSON) (toList results))) `E.catch`
--    handler
-+searchPursuitForDeclarations query = E.handle handler $ do
-+    r <- queryPursuit query
-+    let results' = decode (fromStrict r) :: Maybe Array
-+    case results' of
-+        Nothing -> pure []
-+        Just results -> pure (mapMaybe (isDeclarationResponse . fromJSON) (toList results))
-   where
-     isDeclarationResponse (Success a at DeclarationResponse{}) = Just a
-     isDeclarationResponse _ = Nothing
- 
- findPackagesForModuleIdent :: Text -> IO [PursuitResponse]
--findPackagesForModuleIdent query =
--  (do r <- queryPursuit query
--      let results' = decode (fromStrict r) :: Maybe Array
--      case results' of
-+findPackagesForModuleIdent query = E.handle handler $ do
-+    r <- queryPursuit query
-+    let results' = decode (fromStrict r) :: Maybe Array
-+    case results' of
-         Nothing -> pure []
--        Just results -> pure (mapMaybe (isModuleResponse . fromJSON) (toList results))) `E.catch`
--  handler
-+        Just results -> pure (mapMaybe (isModuleResponse . fromJSON) (toList results))
-   where
-     isModuleResponse (Success a at ModuleResponse{}) = Just a
-     isModuleResponse _ = Nothing



More information about the arch-commits mailing list