-
Notifications
You must be signed in to change notification settings - Fork 113
/
Copy pathmigrate.cabal
67 lines (54 loc) · 1.12 KB
/
migrate.cabal
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Name: migrate
Version: 0.1
Synopsis:
Migrate all packages to 0.19 format
Description:
Turn elm-package.json into elm.json, fix licenses, get publication dates, etc.
Homepage: http://package.elm-lang.org
License: BSD3
License-file: LICENSE
Author: Evan Czaplicki
Maintainer: info@elm-lang.org
Copyright: Copyright (c) 2013-2014 Evan Czaplicki
Category: Language
Build-type: Simple
Cabal-version: >=1.9
source-repository head
type: git
location: git://github.com/elm/package.elm-lang.org.git
Executable migrate
hs-source-dirs:
../migration
../src/backend
../../../compiler/compiler/src
../../../compiler/builder/src
Main-is:
Migrate.hs
ghc-options:
-threaded -O2 -W -rtsopts
Build-depends:
aeson,
ansi-terminal,
ansi-wl-pprint,
base >=4.2 && <5,
binary,
bytestring,
cmdargs,
containers,
directory,
edit-distance,
filepath,
http-client,
http-client-tls,
http-types,
iso8601-time,
language-glsl,
mtl,
network,
parsec,
scientific,
text,
time,
unordered-containers,
utf8-string,
vector