Support typed-process-0.2.0.0 (fixes #1467)
This commit is contained in:
parent
96758a4d58
commit
5a5cd81276
@ -13,3 +13,7 @@ packages:
|
|||||||
- ./yesod
|
- ./yesod
|
||||||
- ./yesod-eventsource
|
- ./yesod-eventsource
|
||||||
- ./yesod-websockets
|
- ./yesod-websockets
|
||||||
|
extra-deps:
|
||||||
|
- conduit-extra-1.2.2
|
||||||
|
- unliftio-core-0.1.0.0
|
||||||
|
- typed-process-0.2.0.0
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
## 1.5.3
|
||||||
|
|
||||||
|
* Support typed-process-0.2.0.0
|
||||||
|
|
||||||
## 1.5.2.6
|
## 1.5.2.6
|
||||||
|
|
||||||
* Drop an upper bound
|
* Drop an upper bound
|
||||||
|
|||||||
@ -61,7 +61,7 @@ import System.FilePath (takeDirectory,
|
|||||||
import System.FSNotify
|
import System.FSNotify
|
||||||
import System.IO (stdout, stderr)
|
import System.IO (stdout, stderr)
|
||||||
import System.IO.Error (isDoesNotExistError)
|
import System.IO.Error (isDoesNotExistError)
|
||||||
import System.Process.Typed
|
import Data.Conduit.Process.Typed
|
||||||
|
|
||||||
-- We have two special files:
|
-- We have two special files:
|
||||||
--
|
--
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-bin
|
name: yesod-bin
|
||||||
version: 1.5.2.6
|
version: 1.5.3
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -49,7 +49,7 @@ executable yesod
|
|||||||
, split >= 0.2 && < 0.3
|
, split >= 0.2 && < 0.3
|
||||||
, file-embed
|
, file-embed
|
||||||
, conduit >= 1.2
|
, conduit >= 1.2
|
||||||
, conduit-extra
|
, conduit-extra >= 1.2.2
|
||||||
, resourcet >= 0.3 && < 1.2
|
, resourcet >= 0.3 && < 1.2
|
||||||
, base64-bytestring
|
, base64-bytestring
|
||||||
, lifted-base
|
, lifted-base
|
||||||
@ -71,7 +71,6 @@ executable yesod
|
|||||||
, warp-tls >= 3.0.1
|
, warp-tls >= 3.0.1
|
||||||
, async
|
, async
|
||||||
, deepseq
|
, deepseq
|
||||||
, typed-process
|
|
||||||
|
|
||||||
ghc-options: -Wall -threaded -rtsopts
|
ghc-options: -Wall -threaded -rtsopts
|
||||||
main-is: main.hs
|
main-is: main.hs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user