-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcabal.project
28 lines (26 loc) · 1004 Bytes
/
cabal.project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
packages:
./
./vendor/elm-format/elm-format-markdown
./vendor/elm-format/elm-format-lib
./vendor/elm-format/avh4-lib
./vendor/elm-format
-- In order to match stack's allow-newer behaviour, we have to syncronise from stack
-- output the advisory of which packages get shifted bounds applied, i.e.:
-- $ stack ghci
-- Using main module:
-- Warning: Ignoring elm-format-lib's bounds on text (>=2.0 && <3) and using text-1.2.5.0.
-- Reason: allow-newer enabled.
--
-- This is slightly weird as its marked allow-newer in stack.yaml but it's actually allow-older behaviour?
-- But in any case, replicating the bounds changes here works for the OS' where we have to do cabal builds
allow-older:
, elm-format-lib:text
, elm-format-markdown:text
, avh4-lib:text
, elm-format-lib:aeson
, elm-format:text
, elm-format:aeson
source-repository-package
type: git
location: https://github.com/noteed/language-glsl.git
tag: 99c3aae76363b127679da640a6f00d61d2203830