[Git][haskell-team/package-plan][master] Add futhark and patch its cabal to disable lsp depencency
Kari Pahula (@kaol)
gitlab at salsa.debian.org
Sun Apr 21 18:52:37 BST 2024
Kari Pahula pushed to branch master at Debian Haskell Group / package-plan
Commits:
c4f23466 by Kari Pahula at 2024-04-21T20:48:41+03:00
Add futhark and patch its cabal to disable lsp depencency
New packages:
exception-mtl-0.4.0.2
fgl-visualize-0.1.0.1
futhark-0.25.15
futhark-data-1.1.0.1
futhark-manifest-1.4.0.0
futhark-server-1.2.2.1
language-c-quote-0.13.0.1
mainland-pretty-0.7.1
srcloc-0.6.0.1
- - - - -
4 changed files:
- packages.txt
- + patches/futhark/0.25.15/disable-lsp
- + patches/futhark/0.25.15/lts-zlib
- + patches/futhark/0.25.15/series
Changes:
=====================================
packages.txt
=====================================
@@ -276,6 +276,7 @@ erf 2.0.0.0
errors 2.3.0
esqueleto 3.5.10.3 notest # testsuite requires persistent-mysql
exact-pi 0.5.0.2 notest # tests require older base
+exception-mtl 0.4.0.2
exception-transformers 0.4.0.12
executable-path 0.0.3.1
expiring-cache-map 0.0.6.1
@@ -289,6 +290,7 @@ fdo-notify 0.3.1
feed 1.3.2.1 notest
fgl 5.8.1.1 notest ahead
fgl-arbitrary 0.2.0.6 notest
+fgl-visualize 0.1.0.1
file-embed 0.0.15.0
file-location 0.4.9.1
filelock 0.1.1.7
@@ -313,6 +315,10 @@ foundation 0.0.30
free 5.1.10
from-sum 0.2.3.0
fsnotify 0.4.1.0 notest
+futhark 0.25.15
+futhark-data 1.1.0.1
+futhark-manifest 1.4.0.0
+futhark-server 1.2.2.1
gd 3000.7.3
generically 0.1.1 avoid # compatibility package
generic-data 1.1.0.0 notest
@@ -579,6 +585,7 @@ language-c 0.9.2
language-c99 0.2.0
language-c99-simple 0.3.0
language-c99-util 0.2.0
+language-c-quote 0.13.0.1
language-glsl 0.3.0
language-javascript 0.7.1.0
language-python 0.5.8
@@ -615,6 +622,7 @@ lukko 0.1.1.3
lumberjack 1.0.3.0
lzma 0.0.1.0 notest
magic 1.1
+mainland-pretty 0.7.1
managed 1.0.10
map-syntax 0.3
markdown 0.1.17.5
@@ -918,6 +926,7 @@ split 0.2.3.5
splitmix 0.1.0.5 notest # cyclic dependencies; QuickCheck, base-compat-batteries, splitmix
spool 0.1
sql-words 0.1.6.4
+srcloc 0.6.0.1
stack 2.9.3.1 binary=haskell-stack key
stateref 0.3
statestack 0.3.1.1
=====================================
patches/futhark/0.25.15/disable-lsp
=====================================
@@ -0,0 +1,43 @@
+--- a/futhark.cabal
++++ b/futhark.cabal
+@@ -156,7 +156,6 @@
+ Futhark.CLI.Eval
+ Futhark.CLI.HIP
+ Futhark.CLI.Literate
+- Futhark.CLI.LSP
+ Futhark.CLI.Main
+ Futhark.CLI.Misc
+ Futhark.CLI.Multicore
+@@ -297,12 +296,6 @@
+ Futhark.Internalise.Monomorphise
+ Futhark.Internalise.ReplaceRecords
+ Futhark.Internalise.TypesValues
+- Futhark.LSP.Compile
+- Futhark.LSP.Diagnostic
+- Futhark.LSP.Handlers
+- Futhark.LSP.Tool
+- Futhark.LSP.State
+- Futhark.LSP.PositionMapping
+ Futhark.MonadFreshNames
+ Futhark.Optimise.BlkRegTiling
+ Futhark.Optimise.CSE
+@@ -441,10 +434,8 @@
+ , bytestring >=0.11.2
+ , bytestring-to-vector >=0.3.0.1
+ , bmp >=1.2.6.3
+- , co-log-core
+ , containers >=0.6.2.1
+ , cryptohash-md5
+- , Diff >=0.4.1
+ , directory >=1.3.0.0
+ , directory-tree >=0.12.1
+ , dlist >=0.6.0.1
+@@ -461,8 +452,6 @@
+ , haskeline
+ , language-c-quote >= 0.12
+ , lens
+- , lsp >= 2.2.0.0
+- , lsp-types >= 2.0.1.0
+ , mainland-pretty >=0.7.1
+ , cmark-gfm >=0.2.1
+ , megaparsec >=9.0.0
=====================================
patches/futhark/0.25.15/lts-zlib
=====================================
@@ -0,0 +1,11 @@
+--- a/futhark.cabal
++++ b/futhark.cabal
+@@ -470,7 +470,7 @@
+ , transformers >=0.3
+ , vector >=0.12
+ , versions >=6.0.0
+- , zlib >=0.7.0.0
++ , zlib >=0.6.3.0
+ , statistics
+ , mwc-random
+ , prettyprinter >= 1.7
=====================================
patches/futhark/0.25.15/series
=====================================
@@ -0,0 +1,2 @@
+disable-lsp
+lts-zlib
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/c4f2346661020e985155cadbcd873d4f4d7388a8
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/c4f2346661020e985155cadbcd873d4f4d7388a8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20240421/7b4eaeec/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list