]> Git — Sourcephile - gargantext.git/blob - patches/hal/0001-build-fix-halCrawler-crawlerHAL.patch
build: add nix flake support
[gargantext.git] / patches / hal / 0001-build-fix-halCrawler-crawlerHAL.patch
1 From 98b61baa45527b460a0f8b148fafdfda0fff424b Mon Sep 17 00:00:00 2001
2 From: Julien Moutinho <julm+gargantext@sourcephile.fr>
3 Date: Mon, 26 Jun 2023 23:31:01 +0200
4 Subject: [PATCH] build: fix {halCrawler => crawlerHAL}
5
6 ---
7 crawlerHAL.cabal | 4 ++--
8 package.yaml | 4 ++--
9 2 files changed, 4 insertions(+), 4 deletions(-)
10
11 diff --git a/crawlerHAL.cabal b/crawlerHAL.cabal
12 index 088c28e..c3cd08b 100644
13 --- a/crawlerHAL.cabal
14 +++ b/crawlerHAL.cabal
15 @@ -100,7 +100,7 @@ executable crawlerHAL-exe
16 , vector
17 default-language: Haskell2010
18
19 -test-suite halCrawler-test
20 +test-suite crawlerHAL-test
21 type: exitcode-stdio-1.0
22 main-is: Spec.hs
23 other-modules:
24 @@ -122,7 +122,7 @@ test-suite halCrawler-test
25 , conduit
26 , containers
27 , data-default
28 - , halCrawler
29 + , crawlerHAL
30 , http-client
31 , http-client-tls
32 , lens
33 diff --git a/package.yaml b/package.yaml
34 index 5f44a3a..fff3fb0 100644
35 --- a/package.yaml
36 +++ b/package.yaml
37 @@ -62,7 +62,7 @@ executables:
38 - crawlerHAL
39
40 tests:
41 - halCrawler-test:
42 + crawlerHAL-test:
43 main: Spec.hs
44 source-dirs: test
45 ghc-options:
46 @@ -70,4 +70,4 @@ tests:
47 - -rtsopts
48 - -with-rtsopts=-N
49 dependencies:
50 - - halCrawler
51 + - crawlerHAL
52 --
53 2.38.4
54