forked from unfoldr/Salsa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSalsa.cabal
70 lines (52 loc) · 1.67 KB
/
Salsa.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
Cabal-Version: >= 1.2
Name: Salsa
Version: 0.1.0.2
Build-Type: Simple
Category: Foreign
Synopsis: A .NET Bridge for Haskell
Description:
Salsa is an experimental Haskell library and code generator that allows
Haskell programs to host the .NET runtime and interact with .NET libraries.
It uses type families extensively to provide a type-safe mapping of the .NET
object model in the Haskell type system.
Author: Andrew Appleyard
Maintainer: [email protected]
Homepage: http://haskell.org/haskellwiki/Salsa
License: BSD3
License-File: LICENSE
Copyright: (c) 2007-2008 Andrew Appleyard
Stability: Experimental
Tested-With: GHC==6.8.3
Extra-Source-Files:
README
Driver/README
Driver/Driver.proj
Driver/Driver.cs
Driver/Embed.hs
Generator/README
Generator/Generator.csproj
Generator/Generator.cs
Generator/Set.cs
Generator/Array.hs
Samples/Hello/Hello.proj
Samples/Hello/Hello.hs
Samples/Hello/Hello.imports
Samples/Weather/Weather.proj
Samples/Weather/Weather.hs
Samples/Weather/Weather.imports
Samples/Conway/Conway.proj
Samples/Conway/Conway.hs
Samples/Conway/Conway.imports
Samples/Conway/Conway.xaml
Docs/Thesis.pdf
Library
Build-Depends: base, Win32, bytestring
Exposed-modules:
Foreign.Salsa
Foreign.Salsa.Binding
Other-Modules:
Foreign.Salsa.CLR, Foreign.Salsa.CLRHost, Foreign.Salsa.Common,
Foreign.Salsa.Core, Foreign.Salsa.Resolver, Foreign.Salsa.TypePrelude,
Foreign.Salsa.Driver
Extra-Libraries: oleaut32, ole32
Extensions: ForeignFunctionInterface