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
|
name: haskell-gi-base
version: 0.26.9
synopsis: Foundation for libraries generated by haskell-gi
description: Foundation for libraries generated by haskell-gi
homepage: https://github.com/haskell-gi/haskell-gi
license: LGPL-2.1
-- or above
license-file: LICENSE
author: Will Thompson,
Iñaki García Etxebarria,
Jonas Platte
maintainer: Iñaki García Etxebarria (inaki@blueleaf.cc)
stability: Experimental
category: Development
build-type: Simple
cabal-version: 2.0
extra-source-files: ChangeLog.md
source-repository head
type: git
location: https://github.com/haskell-gi/haskell-gi.git
library
exposed-modules: Data.GI.Base,
Data.GI.Base.Attributes,
Data.GI.Base.BasicConversions,
Data.GI.Base.BasicTypes,
Data.GI.Base.CallStack,
Data.GI.Base.Constructible,
Data.GI.Base.GArray,
Data.GI.Base.GError,
Data.GI.Base.GClosure,
Data.GI.Base.GHashTable,
Data.GI.Base.GObject,
Data.GI.Base.GQuark,
Data.GI.Base.GType,
Data.GI.Base.GValue,
Data.GI.Base.GVariant,
Data.GI.Base.ManagedPtr,
Data.GI.Base.GParamSpec,
Data.GI.Base.Overloading,
Data.GI.Base.Properties,
Data.GI.Base.ShortPrelude,
Data.GI.Base.Signals,
Data.GI.Base.Utils,
Data.GI.Base.DynVal,
Data.GI.Base.Internal.CTypes
Data.GI.Base.Internal.PathFieldAccess
pkgconfig-depends: gobject-2.0 >= 2.42, glib-2.0
build-depends: base >= 4.11 && < 5,
bytestring,
containers,
text >= 1.0,
optics-core >= 0.4
ghc-options: -Wall -Wno-redundant-constraints -fwarn-incomplete-patterns -Wcompat -Wno-unticked-promoted-constructors
build-tool-depends: hsc2hs:hsc2hs
cc-options: -fPIC
default-language: Haskell2010
default-extensions: CPP, ForeignFunctionInterface, DoAndIfThenElse, MonoLocalBinds
other-extensions: TypeApplications, ScopedTypeVariables
c-sources: csrc/hsgclosure.c
|