packages feed

warped 0.0.3 → 0.0.4

raw patch · 2 files changed

+1/−53 lines, 2 filesdep −shakers

Dependencies removed: shakers

Files

− Shakefile.hs
@@ -1,45 +0,0 @@-#!/usr/bin/env stack-{- stack-    runghc-    --package shakers- -}--{-# LANGUAGE NoImplicitPrelude #-}-{-# LANGUAGE OverloadedStrings #-}---- | Shake makefile for project.----import Development.Shakers---- | Main entry point.----main :: IO ()-main = shakeMain $ do-  let pats =-        [ "stack*.yaml"-        , "Shakefile.hs"-        , "src//*.hs"-        ]-      pats' = delete "stack*.yaml" pats--  -- | Haskell rules.-  ---  hsRules "." pats'--  -- | Cabal rules.-  ---  cabalRules "." "warped.cabal"--  -- | Stack rules.-  ---  stackRules "." pats--  -- | sanity-  ---  fake "." pats "sanity" $ const $ do-    need [ "build-error" ]-    need [ "docs", "lint", "weed" ]--  -- | Default things to run.-  ---  want [ "sanity", "format" ]
warped.cabal view
@@ -1,5 +1,5 @@ name:                  warped-version:               0.0.3+version:               0.0.4 synopsis:              Warp and Wai Library. description:           Library support around WAI and warp server. homepage:              https://github.com/swift-nav/warped@@ -40,10 +40,3 @@                      , wai-conduit                      , wai-cors                      , warp--executable shake-wolf-  main-is:             Shakefile.hs-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N -Wall-  default-language:    Haskell2010-  build-depends:       base >= 4.9 && < 5-                     , shakers