Skip to content

Commit 4636179

Browse files
committed
Get the dependencies working
1 parent dd8c115 commit 4636179

File tree

4 files changed

+28
-38
lines changed

4 files changed

+28
-38
lines changed

generators/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -e
33

44
echo '[Mulang] Generating tokens from tokens.yml...'

mulang.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ library
126126
containers ,
127127
hashable ,
128128
haskell-src ,
129-
inflections <= 0.2.0.1,
129+
inflections ,
130130
language-c ,
131131
language-java ,
132132
language-javascript ,

stack.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
resolver: lts-7.24
1+
resolver: lts-23.28
2+
allow-newer: true
23
packages:
3-
- '.'
4+
- "."
45
extra-deps:
5-
# Using newest aeson, with no contents in tagged
6-
# unions with nullary constructors
7-
- aeson-1.2.1.0
8-
- github: mumuki/language-javascript
9-
commit: 7cadfa30838c69d165df39a5c1524dae5a0fc81f
10-
- github: julian-berbel/language-python
11-
commit: cbdf9b33cc3c30e66c8455165ed1c7d70a300a3e
6+
- inflections-0.4.0.7
7+
- github: bjpop/language-python
8+
commit: 9fa3c8b258c05d388a0cbb4e69c639bd9fddfdbb
9+
subdirs:
10+
- language-python
1211
flags: {}
1312
extra-package-dbs: []

stack.yaml.lock

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,32 @@
11
# This file was autogenerated by Stack.
22
# You should not edit this file by hand.
33
# For more information, please see the documentation at:
4-
# https://docs.haskellstack.org/en/stable/lock_files
4+
# https://docs.haskellstack.org/en/stable/topics/lock_files
55

66
packages:
77
- completed:
8-
hackage: aeson-1.2.1.0@sha256:0d75e98ddd49a00eefcc8f4e7d274a99545eb694d02ac927ffb18fc70726ecb8,6550
8+
hackage: inflections-0.4.0.7@sha256:1fd4a14864f24d643c0f19d5c47ad022c8c9748d5842ebb2ec892ba98394de53,3551
99
pantry-tree:
10-
size: 39483
11-
sha256: b747862dd05b373d87bf187f81eccdd68bacbc14782525cb2450114275d0f9d5
10+
sha256: d566a6956df9a1b9e04b5a85e9bbf69921d362a70fa7c145fe4963dfdf0ca942
11+
size: 2077
1212
original:
13-
hackage: aeson-1.2.1.0
13+
hackage: inflections-0.4.0.7
1414
- completed:
15-
size: 163999
16-
url: https://github.com/mumuki/language-javascript/archive/7cadfa30838c69d165df39a5c1524dae5a0fc81f.tar.gz
17-
name: language-javascript
18-
version: 0.7.1.0
19-
sha256: aee208e8e6622ef2842a7afab8cb7d4beaa48411a137ac3838ff53daedb1bb3a
20-
pantry-tree:
21-
size: 3230
22-
sha256: e85fdd2dbc9abbeaff04d8f8cbfd1ec3ef1c7261c8fc7390122e53698cb447e1
23-
original:
24-
url: https://github.com/mumuki/language-javascript/archive/7cadfa30838c69d165df39a5c1524dae5a0fc81f.tar.gz
25-
- completed:
26-
size: 56176
27-
url: https://github.com/julian-berbel/language-python/archive/cbdf9b33cc3c30e66c8455165ed1c7d70a300a3e.tar.gz
2815
name: language-python
29-
version: 0.5.5
30-
sha256: 3f41a52d49545b34e2a92c34b7721e576bfa09e7e9474dde266e3ac1bca6c950
3116
pantry-tree:
32-
size: 2480
33-
sha256: e99080688a9bbcc5edf5b575388c5dd2a90227b339485e68404342d01e74bf06
17+
sha256: 8df4a93a55558bfd11588d66101100407f311811f8ce237ec916476c826608a2
18+
size: 2432
19+
sha256: d75d79abbb979c8b54f19ec302776b722564bebaff39649091c30e15d9d89079
20+
size: 1585790
21+
subdir: language-python
22+
url: https://github.com/bjpop/language-python/archive/9fa3c8b258c05d388a0cbb4e69c639bd9fddfdbb.tar.gz
23+
version: 0.6.0
3424
original:
35-
url: https://github.com/julian-berbel/language-python/archive/cbdf9b33cc3c30e66c8455165ed1c7d70a300a3e.tar.gz
25+
subdir: language-python
26+
url: https://github.com/bjpop/language-python/archive/9fa3c8b258c05d388a0cbb4e69c639bd9fddfdbb.tar.gz
3627
snapshots:
3728
- completed:
38-
size: 504292
39-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/7/24.yaml
40-
sha256: 06475226ae77d200ef106e999bfb280cb658f1ebb166b56f6f579890aab66942
41-
original: lts-7.24
29+
sha256: 7e724f347d5969cb5e8dde9f9aae30996e3231c29d1dafd45f21f1700d4c4fcb
30+
size: 684460
31+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/28.yaml
32+
original: lts-23.28

0 commit comments

Comments
 (0)