Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-bee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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-bee
Commits
69b7388a
Verified
Commit
69b7388a
authored
1 week ago
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[cabal] update deps, remove unnecessary deps
parent
0fce3323
Pipeline
#7155
failed with stages
in 11 minutes and 54 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
14 deletions
+4
-14
.gitignore
.gitignore
+1
-0
cabal.project.local_toCopy
cabal.project.local_toCopy
+2
-0
haskell-bee-pgmq.cabal
haskell-bee-pgmq/haskell-bee-pgmq.cabal
+1
-3
haskell-bee.cabal
haskell-bee/haskell-bee.cabal
+0
-11
No files found.
.gitignore
View file @
69b7388a
cabal.project.local
.idea/
dist-newstyle/
docs/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
cabal.project.local_toCopy
0 → 100644
View file @
69b7388a
package
haskell
-
bee
ghc
-
options
:
-
Werror
-
Wredundant
-
constraints
-
Wunused
-
packages
This diff is collapsed.
Click to expand it.
haskell-bee-pgmq/haskell-bee-pgmq.cabal
View file @
69b7388a
...
...
@@ -78,12 +78,11 @@ library
, containers >= 0.6.7 && < 0.8
, deepseq >= 1.0.0.0 && < 1.7
, haskell-pgmq >= 0.1.0.0 && < 0.2
, postgresql-libpq >= 0.10 && < 0.11
, postgresql-libpq >= 0.10 && <
=
0.11
, postgresql-simple >= 0.6 && < 0.8
, safe >= 0.3 && < 0.4
, safe-exceptions >= 0.1.7 && < 0.2
, scientific >= 0.3.7.0 && < 0.4
, stm >= 2.5.3 && < 3
, text >= 1.2 && < 2.2
, time >= 1.10 && < 1.15
, units >= 2.4 && < 2.5
...
...
@@ -152,7 +151,6 @@ test-suite pgmq-test-integration
, hspec >= 2.11 && < 3
, postgresql-simple >= 0.6 && < 0.8
, random-strings == 0.1.1.0
, stm >= 2.5.3 && < 3
, tasty >= 1.5 && < 1.6
, tasty-hspec >= 1.2.0 && < 2
, text >= 1.2 && < 2.2
...
...
This diff is collapsed.
Click to expand it.
haskell-bee/haskell-bee.cabal
View file @
69b7388a
...
...
@@ -77,18 +77,9 @@ library
-- Other library packages from which modules are imported.
build-depends: base ^>=4.17.2.0
, aeson >= 2.1 && < 2.3
, bytestring >= 0.11 && < 0.13
, containers >= 0.6.7 && < 0.8
, deepseq >= 1.0.0.0 && < 1.7
, mtl >= 2.2 && < 2.4
, safe >= 0.3 && < 0.4
, safe-exceptions >= 0.1.7 && < 0.2
, scientific >= 0.3.7.0 && < 0.4
, stm >= 2.5.3 && < 3
, text >= 1.2 && < 2.2
, time >= 1.10 && < 1.15
, units >= 2.4 && < 2.5
, unix-time >= 0.4.11 && < 0.5
-- Directories containing source files.
hs-source-dirs: src
...
...
@@ -114,9 +105,7 @@ test-suite test-unit
build-depends: base ^>=4.17.2.0
, aeson >= 2.1 && < 2.3
, tasty >= 1.5 && < 1.6
, tasty-hunit >= 0.10 && < 0.11
, tasty-quickcheck >= 0.10 && < 0.12
, unix-time >= 0.4.11 && < 0.5
, haskell-bee
...
...
This diff is collapsed.
Click to expand it.
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