Commit Graph

30 Commits

Author SHA1 Message Date
Arya Irani
b14931f7b4 avoid numeric vs textual clash in args length error
`numerals` doesn't seem to be maintained anymore, however
2024-07-06 14:37:55 -04:00
Kyle Goetz
af441db746 add Network.UDP package 2024-03-03 11:41:34 -06:00
Chris Penner
945c564f4f Bump lsp lib version 2023-11-07 17:36:09 -08:00
Chris Penner
26944f55fc
Bump LSP lib versions (#4262)
* Upgrading to lsp-2.* support

* Upgrade imports to lsp 2

* Starting port to 2.0

* More porting to v2

* Lock down version hashes
2023-08-14 17:28:11 -07:00
Arya Irani
ca251d5d06 update to lts-20.26
ghc 9.2.7 -> 9.2.8
network 3.1.4.0 does build in Windows
2023-07-07 03:27:08 +00:00
Arya Irani
be8400a988 downgrade to network-3.1.2.7 2023-05-24 00:24:49 -04:00
Arya Irani
c059dee34f remove some ghc 9.4 options that leaked in here 2023-05-23 23:58:00 -04:00
Arya Irani
f619a8fcd2 building on lts-20.22 2023-05-23 07:42:58 -04:00
Arya Irani
b5beb0e94d merge old lts bump into new trunk 2023-05-20 16:37:08 -04:00
Mitchell Rosen
e661093bde stub out project.create handler 2023-01-23 13:03:48 -05:00
Mitchell Rosen
82a89b7e53 ⅄ trunk → 22-11-21-delete-prelude-extras 2022-11-23 10:24:11 -05:00
Mitchell Rosen
60d665bdda remove unused strings dependency 2022-11-21 15:34:33 -05:00
Mitchell Rosen
963259a6ae delete prelude-extras 2022-11-21 15:14:19 -05:00
Cody Allen
0292ca25aa
network: 3.1.1.1 -> 3.1.2.7
I finally got around to trying to build Unison on my M1 Mac with an ARM
version of Stack instead of through x86 emulation, and I ran into [this
issue](https://github.com/haskell/network/pull/510). Bumping the
`network` dependency a bit seems to resolve the issue.

Stack made a bunch of unrelated changes to the lock file, mostly just
moving fields around but in some cases updating their values. I don't
know why it moved stuff around, and I can't find any information about
how to make it only update a single package. Is this just a thing that
Stack does?

All of the tests and transcripts run fine with this change, and after
kicking the tires a bit I didn't see any issues.
2022-10-05 09:28:36 -04:00
Chris Penner
6a70413c77 Use custom haskeline commit for Windows support
https://github.com/judah/haskeline/pull/126
2022-09-13 09:25:28 -06:00
Chris Penner
262e2b8746 Merge branch 'trunk' into cp/lsp 2022-07-21 15:12:50 -06:00
Alvaro Carrasco
7053ad1f1d Downgrade haskeline (somehow it fixes navigation issues on arm64) 2022-07-10 13:17:49 -06:00
Chris Penner
9d7e1eca89 Merge branch 'trunk' into cp/lsp 2022-07-08 14:33:35 -06:00
Alvaro Carrasco
a0c45bedb7 Fixing just the terminal-size dep 2022-07-04 13:18:36 -06:00
Alvaro Carrasco
4158fefc05 Fixing haskeline dep to the version that fixes apple m1 bugs 2022-07-04 12:42:19 -06:00
Chris Penner
e17414aa9a Bootstrap LSP 2022-07-02 11:02:51 -06:00
Mitchell Rosen
73419dd0cf stack.yaml.lock changes 2022-06-28 15:39:17 -04:00
Mitchell Rosen
7baebea928 begin implementing concurrent pull 2022-06-23 10:25:01 -04:00
Arya Irani
1d0ab1d4f3 Merge remote-tracking branch 'origin/trunk' into arya/ooo-sync
# Conflicts:
#	hie.yaml
#	parser-typechecker/package.yaml
#	unison-hashing-v2/package.yaml
#	unison-hashing-v2/unison-hashing-v2.cabal
2022-06-16 15:06:42 -04:00
Arya Irani
0437ca0c74 remove haskeline fork
resolves https://github.com/unisonweb/unison/pull/1836
closes https://github.com/judah/haskeline/pull/115
2022-06-15 11:54:25 -04:00
Mitchell Rosen
45c135cc89 ⅄ trunk → arya/ooo-sync 2022-06-10 18:30:29 -04:00
Mitchell Rosen
12e1c778b3 minor sql improvements 2022-06-10 16:57:01 -04:00
Travis Staton
784a524432 Bump megaparsec dependency 2022-06-03 12:02:56 -04:00
Arya Irani
0a53bd1c4f forgot to include stack.yaml.lock 2022-04-30 22:30:40 -04:00
Chris Penner
1eaebf3709 Commit stack.yaml.lock as is recommended.
https://docs.haskellstack.org/en/stable/lock_files
2022-03-31 15:23:49 -06:00