-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
emacs2nix.cabal
158 lines (152 loc) · 3.78 KB
/
emacs2nix.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
-- This file has been generated from package.yaml by hpack version 0.27.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: c1e00f0cc0fbdee53d812a448ab58378e69de319add96dd1a3dcefca1aa81a7b
name: emacs2nix
version: 0.1.0.0
synopsis: Generate Nix expressions for Emacs packages
description: melpa2nix uses package recipes provided by MELPA to generate Nix expressions used in Nixpkgs.
.
elpa2nix generates Nix expressions from ELPA.
category: Distribution
homepage: https://github.com/ttuegel/emacs2nix#readme
bug-reports: https://github.com/ttuegel/emacs2nix/issues
author: Thomas Tuegel
maintainer: [email protected]
copyright: (C) 2018 Thomas Tuegel
license: GPL-3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
data-files:
scripts/build.el
scripts/dump-recipes.el
scripts/elpa2json.el
source-repository head
type: git
location: https://github.com/ttuegel/emacs2nix
library
exposed-modules:
Distribution.Bzr
Distribution.Elpa
Distribution.Git
Distribution.Hg
Distribution.Emacs.Name
Distribution.Melpa
Distribution.Melpa.Fetcher
Distribution.Melpa.Melpa
Distribution.Melpa.PkgInfo
Distribution.Nix.Builtin
Distribution.Nix.Exception
Distribution.Nix.Fetch
Distribution.Nix.Hash
Distribution.Nix.Index
Distribution.Nix.Name
Distribution.Nix.Package.Elpa
Distribution.Nix.Package.Melpa
Distribution.SVN
Distribution.Wiki
Exceptions
Process
other-modules:
Exceptions.TH
Paths_emacs2nix
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson >=0.8
, ansi-wl-pprint >=0.6
, async >=2.0
, attoparsec >=0.13
, base >=4.7 && <5
, bytestring >=0.10
, containers >=0.5
, data-fix >=0.0.1
, directory >=1.2
, errors >=2
, exceptions >=0.8
, filepath >=1.3
, hashable >=1.2
, hnix
, http-streams >=0.7.2.0
, io-streams >=1.3
, scientific >=0.3
, taggy >=0.2
, template-haskell >=2.12
, temporary >=1.2
, text >=1.2
, time >=1.5
, transformers >=0.4
, unordered-containers >=0.2
, uri-encode >= 1.5
default-language: Haskell2010
executable elpa2nix
main-is: elpa2nix.hs
other-modules:
Paths_emacs2nix
ghc-options: -Wall -threaded
build-depends:
aeson >=0.8
, ansi-wl-pprint >=0.6
, async >=2.0
, attoparsec >=0.13
, base >=4.7 && <5
, bytestring >=0.10
, containers >=0.5
, data-fix >=0.0.1
, directory >=1.2
, emacs2nix
, errors >=2
, exceptions >=0.8
, filepath >=1.3
, hashable >=1.2
, hnix
, http-streams >=0.7.2.0
, io-streams >=1.3
, optparse-applicative >=0.11
, scientific >=0.3
, taggy >=0.2
, template-haskell >=2.12
, temporary >=1.2
, text >=1.2
, time >=1.5
, transformers >=0.4
, unordered-containers >=0.2
, uri-encode >= 1.5
default-language: Haskell2010
executable melpa2nix
main-is: melpa2nix.hs
other-modules:
Paths_emacs2nix
ghc-options: -Wall -threaded
build-depends:
aeson >=0.8
, ansi-wl-pprint >=0.6
, async >=2.0
, attoparsec >=0.13
, base >=4.7 && <5
, bytestring >=0.10
, containers >=0.5
, data-fix >=0.0.1
, directory >=1.2
, emacs2nix
, errors >=2
, exceptions >=0.8
, filepath >=1.3
, hashable >=1.2
, hnix
, http-streams >=0.7.2.0
, io-streams >=1.3
, optparse-applicative >=0.11
, scientific >=0.3
, taggy >=0.2
, template-haskell >=2.12
, temporary >=1.2
, text >=1.2
, time >=1.5
, transformers >=0.4
, unordered-containers >=0.2
, uri-encode >= 1.5
default-language: Haskell2010