Skip to content

Commit aff869b

Browse files
committed
updating libraries and build options
1 parent 71262b1 commit aff869b

File tree

8 files changed

+15
-69
lines changed

8 files changed

+15
-69
lines changed

FastTag/stack.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,3 @@ extra-deps:
1717
# Override default flag values for local packages and extra-deps
1818
flags: {}
1919

20-
# Control whether we use the GHC we find on the path
21-
# system-ghc: true
22-
23-
# Require a specific version of stack, using version ranges
24-
# require-stack-version: -any # Default
25-
# require-stack-version: >= 0.1.4.0
26-
27-
# Override the architecture used by stack, especially useful on Windows
28-
# arch: i386
29-
# arch: x86_64
30-
31-
# Extra directories used by stack for building
32-
# extra-include-dirs: [/path/to/dir]
33-
# extra-lib-dirs: [/path/to/dir]

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ build:
33
cd ClientServer; stack build
44
cd CommandLineApp; stack build
55
echo "skipping building Database-postgres"
6-
#cd Database-sqlite; stack build
6+
cd Database-sqlite; stack build
77
cd debugging; stack build
88
cd ImPure; stack build
9-
#cd NlpTool; stack build
9+
cd NlpTool; stack build
10+
cd OpenAiApiClient; stack build
11+
cd knowledge_graph_creator_pure; stack build
1012
cd Pure; stack build
1113
cd SparqlClient; stack build
1214
cd StateMonad; stack build

Pure/stack.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
44
resolver: lts-22.26
55

6-
allow-newer: true
6+
allow-newer: false
77

88
# Local packages, usually specified by relative directory name
99
packages:
@@ -15,17 +15,3 @@ extra-deps: []
1515
# Override default flag values for local packages and extra-deps
1616
flags: {}
1717

18-
# Control whether we use the GHC we find on the path
19-
# system-ghc: true
20-
21-
# Require a specific version of stack, using version ranges
22-
# require-stack-version: -any # Default
23-
# require-stack-version: >= 0.1.4.0
24-
25-
# Override the architecture used by stack, especially useful on Windows
26-
# arch: i386
27-
# arch: x86_64
28-
29-
# Extra directories used by stack for building
30-
# extra-include-dirs: [/path/to/dir]
31-
# extra-lib-dirs: [/path/to/dir]

SparqlClient/stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resolver: lts-22.26
22

3-
allow-newer: true
3+
allow-newer: false
44

55
# flags:
66
extra-package-dbs: []

StateMonad/stack.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
44
resolver: lts-22.26
55

6-
allow-newer: true
6+
allow-newer: false
77

88
# Local packages, usually specified by relative directory name
99
packages:
@@ -14,18 +14,3 @@ extra-deps: []
1414

1515
# Override default flag values for local packages and extra-deps
1616
flags: {}
17-
18-
# Control whether we use the GHC we find on the path
19-
# system-ghc: true
20-
21-
# Require a specific version of stack, using version ranges
22-
# require-stack-version: -any # Default
23-
# require-stack-version: >= 0.1.4.0
24-
25-
# Override the architecture used by stack, especially useful on Windows
26-
# arch: i386
27-
# arch: x86_64
28-
29-
# Extra directories used by stack for building
30-
# extra-include-dirs: [/path/to/dir]
31-
# extra-lib-dirs: [/path/to/dir]

TextProcessing/stack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
resolver: lts-22.26
2+
allow-newer: false
3+
14
# flags:
25
extra-package-dbs: []
36
packages:
@@ -8,6 +11,3 @@ extra-deps:
811
- either-unwrap-1.1
912
- json-0.11
1013

11-
resolver: lts-22.26
12-
allow-newer: true
13-

Timers/stack.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
44
resolver: lts-22.26
55

6-
allow-newer: true
6+
allow-newer: false
77

88
# Local packages, usually specified by relative directory name
99
packages:
@@ -15,17 +15,3 @@ extra-deps: []
1515
# Override default flag values for local packages and extra-deps
1616
flags: {}
1717

18-
# Control whether we use the GHC we find on the path
19-
# system-ghc: true
20-
21-
# Require a specific version of stack, using version ranges
22-
# require-stack-version: -any # Default
23-
# require-stack-version: >= 0.1.4.0
24-
25-
# Override the architecture used by stack, especially useful on Windows
26-
# arch: i386
27-
# arch: x86_64
28-
29-
# Extra directories used by stack for building
30-
# extra-include-dirs: [/path/to/dir]
31-
# extra-lib-dirs: [/path/to/dir]

WebScraping/stack.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
resolver: lts-22.26
2+
allow-newer: false
3+
14
flags: {}
25
packages:
36
- .
47
extra-deps:
5-
- json-0.10
6-
resolver: lts-22.26
7-
allow-newer: true
8+
- json-0.11

0 commit comments

Comments
 (0)