Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
197
Issues
197
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
0f7fd9c5
Verified
Commit
0f7fd9c5
authored
Dec 18, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[cabal] some more dependencies refactoring
parent
edeb8046
Pipeline
#7159
failed with stages
in 13 minutes and 38 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
24 deletions
+5
-24
cabal.project
cabal.project
+4
-21
cabal.project.freeze
cabal.project.freeze
+0
-2
gargantext.cabal
gargantext.cabal
+1
-1
No files found.
cabal.project
View file @
0f7fd9c5
...
@@ -60,7 +60,6 @@ source-repository-package
...
@@ -60,7 +60,6 @@ source-repository-package
type
:
git
type
:
git
location
:
https
://
github
.
com
/
chessai
/
eigen
.
git
location
:
https
://
github
.
com
/
chessai
/
eigen
.
git
tag
:
1790f
df9138970dde0dbabf8b270698145a4a88c
tag
:
1790f
df9138970dde0dbabf8b270698145a4a88c
--
tag
:
8f
ff32a43df743c8c83428a86dd566a0936a4fba
source
-
repository
-
package
source
-
repository
-
package
type
:
git
type
:
git
...
@@ -154,13 +153,8 @@ source-repository-package
...
@@ -154,13 +153,8 @@ source-repository-package
source
-
repository
-
package
source
-
repository
-
package
type
:
git
type
:
git
location
:
https
://
github
.
com
/
MercuryTechnologies
/
ekg
-
json
.
git
location
:
https
://
github
.
com
/
haskell
-
github
-
trust
/
ekg
-
json
tag
:
232
db57d6ce0940fcc902adf30a9ed3f3561f21d
tag
:
bd0592818882f9cf34d2991d01f7dcb3d8bca309
source
-
repository
-
package
type
:
git
location
:
https
://
github
.
com
/
robstewart57
/
rdf4h
.
git
tag
:
4f
d2edf30c141600ffad6d730cc4c1c08a6dbce4
--
FIXME
(
adn
)
Compat
-
shim
while
we
wait
for
upstream
to
catch
-
up
--
FIXME
(
adn
)
Compat
-
shim
while
we
wait
for
upstream
to
catch
-
up
source
-
repository
-
package
source
-
repository
-
package
...
@@ -168,11 +162,6 @@ source-repository-package
...
@@ -168,11 +162,6 @@ source-repository-package
location
:
https
://
github
.
com
/
garganscript
/
nanomsg
-
haskell
location
:
https
://
github
.
com
/
garganscript
/
nanomsg
-
haskell
tag
:
5868
db564d7d3c4568ccd11c852292b834d26c55
tag
:
5868
db564d7d3c4568ccd11c852292b834d26c55
--
source
-
repository
-
package
--
type
:
git
--
location
:
https
://
github
.
com
/
jimenezrick
/
nng
-
haskell
--
tag
:
31e52
d7bc720e5fb9daf1c1e8bc1fd156d577af2
source
-
repository
-
package
source
-
repository
-
package
type
:
git
type
:
git
location
:
https
://
github
.
com
/
adinapoli
/
http
-
reverse
-
proxy
.
git
location
:
https
://
github
.
com
/
adinapoli
/
http
-
reverse
-
proxy
.
git
...
@@ -201,15 +190,9 @@ source-repository-package
...
@@ -201,15 +190,9 @@ source-repository-package
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
haskell
-
throttle
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
haskell
-
throttle
tag
:
02f5
ed9ee2d6cce45161addf945b88bc6adf9059
tag
:
02f5
ed9ee2d6cce45161addf945b88bc6adf9059
source
-
repository
-
package
type
:
git
location
:
https
://
github
.
com
/
glguy
/
toml
-
parser
tag
:
toml
-
parser
-
2.0.1.0
allow
-
newer
:
allow
-
newer
:
MissingH
:
base
accelerate
-
arithmetic
:
accelerate
,
accelerate
-
arithmetic
:
accelerate
,
MissingH
:
base
,
accelerate
-
utility
:
accelerate
,
accelerate
-
utility
:
accelerate
,
base
:*
,
base
:*
,
crawlerHAL
:
servant
,
crawlerHAL
:
servant
...
...
cabal.project.freeze
View file @
0f7fd9c5
...
@@ -177,7 +177,6 @@ constraints: any.Boolean ==0.2.4,
...
@@ -177,7 +177,6 @@ constraints: any.Boolean ==0.2.4,
any.eigen ==3.3.7.0,
any.eigen ==3.3.7.0,
any.either ==5.0.2,
any.either ==5.0.2,
any.ekg-core ==0.1.1.7,
any.ekg-core ==0.1.1.7,
any.ekg-json ==0.1.0.8,
any.enclosed-exceptions ==1.0.3,
any.enclosed-exceptions ==1.0.3,
any.entropy ==0.4.1.10,
any.entropy ==0.4.1.10,
entropy -donotgetentropy,
entropy -donotgetentropy,
...
@@ -411,7 +410,6 @@ constraints: any.Boolean ==0.2.4,
...
@@ -411,7 +410,6 @@ constraints: any.Boolean ==0.2.4,
any.random ==1.2.1.2,
any.random ==1.2.1.2,
any.random-shuffle ==0.0.4,
any.random-shuffle ==0.0.4,
any.raw-strings-qq ==1.1,
any.raw-strings-qq ==1.1,
any.rdf4h ==3.1.1,
any.recover-rtti ==0.4.3,
any.recover-rtti ==0.4.3,
any.recv ==0.1.0,
any.recv ==0.1.0,
any.reflection ==2.1.8,
any.reflection ==2.1.8,
...
...
gargantext.cabal
View file @
0f7fd9c5
...
@@ -577,7 +577,7 @@ library
...
@@ -577,7 +577,7 @@ library
, quickcheck-instances ^>= 0.3.25.2
, quickcheck-instances ^>= 0.3.25.2
, rake ^>= 0.0.1
, rake ^>= 0.0.1
, random ^>= 1.2.1
, random ^>= 1.2.1
, rdf4h
^>= 3.1.1
, rdf4h
>= 5.1.0 && < 6
, regex
, regex
, replace-attoparsec ^>= 1.5.0.0
, replace-attoparsec ^>= 1.5.0.0
, resource-pool >= 0.4.0.0 && < 0.5
, resource-pool >= 0.4.0.0 && < 0.5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment