Commit 22b4f5e9 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

LTS 18.28, fix dependencies

parent 357bb9a1
...@@ -4,7 +4,7 @@ cabal-version: 1.12 ...@@ -4,7 +4,7 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 53def8dbc0673724afe7e2e7c3bc9611a27b13ca3997bcdceebf998e5c04082d -- hash: 5612d98c664eb4a4c2a28284748c108cb4fe7524bc6ebef5e6ac5b377fd5ab29
name: arxiv-api name: arxiv-api
version: 0.1.0.0 version: 0.1.0.0
...@@ -55,6 +55,7 @@ executable arxiv-exe ...@@ -55,6 +55,7 @@ executable arxiv-exe
ghc-options: -threaded -rtsopts -with-rtsopts=-N ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: build-depends:
arxiv arxiv
, arxiv-api
, base >=4.7 && <5 , base >=4.7 && <5
, bytestring , bytestring
, conduit , conduit
......
...@@ -50,6 +50,7 @@ executables: ...@@ -50,6 +50,7 @@ executables:
- -with-rtsopts=-N - -with-rtsopts=-N
dependencies: dependencies:
- arxiv - arxiv
- arxiv-api
tests: tests:
arxiv-test: arxiv-test:
...@@ -61,3 +62,5 @@ tests: ...@@ -61,3 +62,5 @@ tests:
- -with-rtsopts=-N - -with-rtsopts=-N
dependencies: dependencies:
- arxiv - arxiv
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
# resolver: ./custom-snapshot.yaml # resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: resolver:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/18.yaml url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/28.yaml
# User packages to be built. # User packages to be built.
# Various formats can be used as shown in the example below. # Various formats can be used as shown in the example below.
......
...@@ -13,8 +13,8 @@ packages: ...@@ -13,8 +13,8 @@ packages:
hackage: arxiv-0.0.3@sha256:02de1114091d11f1f3ab401d104d125ad4301260806feb7f63b3dcefc7db88cf,1588 hackage: arxiv-0.0.3@sha256:02de1114091d11f1f3ab401d104d125ad4301260806feb7f63b3dcefc7db88cf,1588
snapshots: snapshots:
- completed: - completed:
size: 586296 size: 590100
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/18.yaml url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/28.yaml
sha256: 63539429076b7ebbab6daa7656cfb079393bf644971156dc349d7c0453694ac2 sha256: 428ec8d5ce932190d3cbe266b9eb3c175cd81e984babf876b64019e2cbe4ea68
original: original:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/18.yaml url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/28.yaml
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment