Commit 76dc117d authored by Mael NICOLAS's avatar Mael NICOLAS

Merge branch 'dev' into 'add-date/abstract/source'

# Conflicts:
#   app/Main.hs
#   src/ISTEX.hs
#   src/ISTEX/Client.hs
parents 46cd0d95 8878572d
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1b6f6ece1304eb1586d6ae93969d55e01cea6c4a9bae285b84794dd960541b1b
name: crawlerISTEX
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/Mudada/crawlerISTEX#readme>
homepage: https://github.com/Mudada/crawlerISTEX#readme
bug-reports: https://github.com/Mudada/crawlerISTEX/issues
author: Mudada
maintainer: mael.nicolas77@gmail.com
copyright: Mudada
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/Mudada/crawlerISTEX
library
exposed-modules:
ISTEX
ISTEX.Client
other-modules:
Paths_crawlerISTEX
hs-source-dirs:
src
build-depends:
aeson
, base >=4.7 && <5
, http-client
, http-client-tls
, lens
, servant
, servant-client
, text
default-language: Haskell2010
executable crawlerISTEX-exe
main-is: Main.hs
other-modules:
Paths_crawlerISTEX
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, base >=4.7 && <5
, crawlerISTEX
, http-client
, http-client-tls
, lens
, servant
, servant-client
, text
default-language: Haskell2010
test-suite crawlerISTEX-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_crawlerISTEX
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, base >=4.7 && <5
, crawlerISTEX
, http-client
, http-client-tls
, lens
, servant
, servant-client
, text
default-language: Haskell2010
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