The hs-dotnet package
This package provides a way for Haskell code (via GHC) to interact with .NET code and libraries. Full access to the .NET object model is provided, letting you create and manipulate .NET objects.
Support for calling back into to Haskell from .NET code is also supported, exposing Haskell code as delegates.
Work on broadening the interop even further between the two worlds is underway.
More info on package and its features at http://haskell.forkIO.com/dotnet
Properties
| Versions | 0.3.0, 0.3.1, 0.4.0 |
|---|---|
| Dependencies | base (<3), ghc-prim or base (≥4), ghc-prim |
| License | BSD3 |
| Author | Sigbjorn Finne <sof@forkIO.com> |
| Maintainer | Sigbjorn Finne <sof@forkIO.com> |
| Category | .NET |
| Upload date | Thu Jan 15 18:12:57 UTC 2009 |
| Uploaded by | SigbjornFinne |
| Build failure | ghc-6.12 (log) |
Modules
- NET
- NET.Base
- System
- NET.System.Array
- NET.System.Char
- Collections
- NET.System.Collections.CollectionBase
- NET.System.Collections.IEnumerator
- NET.System.DateTime
- NET.System.DateTimeKind
- NET.System.DayOfWeek
- NET.System.Decimal
- NET.System.Delegate
- NET.System.Delegate.Type
- NET.System.Enum
- NET.System.EnumTy
- Globalization
- NET.System.Globalization.Calendar
- NET.System.Globalization.CalendarAlgorithmType
- NET.System.Globalization.CalendarWeekRule
- NET.System.Globalization.CompareInfo
- NET.System.Globalization.CultureInfo
- NET.System.Globalization.DateTimeFormatInfo
- NET.System.Globalization.DateTimeStyles
- NET.System.Globalization.DigitShapes
- NET.System.Globalization.NumberFormatInfo
- NET.System.Globalization.NumberStyles
- NET.System.Globalization.SortKey
- NET.System.Globalization.TextInfo
- NET.System.Globalization.UnicodeCategory
- NET.System.IFormatProvider
- IO
- NET.System.IO.BinaryReader
- NET.System.IO.BinaryReader.Type
- NET.System.IO.BinaryWriter
- NET.System.IO.BinaryWriter.Type
- NET.System.IO.SeekOrigin
- NET.System.IO.SeekOrigin.Type
- NET.System.IO.Stream
- NET.System.IO.TextReader
- NET.System.IO.TextWriter
- NET.System.IO.BinaryReader
- NET.System.Int32
- NET.System.MarshalByRefObject
- NET.System.Object
- NET.System.ObjectTy
- NET.System.String
- NET.System.StringTy
- Text
- NET.System.Text.Encoding
- NET.System.Text.StringBuilder
- NET.System.TimeSpan
- NET.System.Type
- NET.System.TypeCode
- NET.System.TypeCodeTy
- NET.System.TypeTy
- NET.System.Uri
- NET.System.UriHostNameType
- NET.System.UriKind
- NET.System.UriPartial
- NET.System.ValueType
Downloads
- hs-dotnet-0.3.1.tar.gz (Cabal source package)
- package description (included in the package)