-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobjc-runtime.cabal
28 lines (27 loc) · 1016 Bytes
/
objc-runtime.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
name: objc-runtime
version: 0.1.0.0
synopsis: Haskell Interface to the Objective-C Runtime
description: Haskell Interface to the Objective-C Runtime
homepage: https://github.com/TravisWhitaker/objc-runtime
license: MIT
license-file: LICENSE
author: Travis Whitaker
maintainer: [email protected]
Copyright: Travis Whitaker 2018
category: Language
build-type: Simple
--extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Language.ObjC.Class
Language.ObjC.MsgSend
Language.ObjC.NSObject
Language.ObjC.ObjCException
-- other-modules:
-- other-extensions:
build-depends: base >=4.10 && <5
, template-haskell
hs-source-dirs: src
default-language: Haskell2010
extra-libraries: objc
frameworks: Foundation