haskell-gi-overloading: Overloading support for haskell-gi

[ bindings, bsd3, library ] [ Propose Tags ]

Control overloading support in haskell-gi generated bindings


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0, 1.0
Change log ChangeLog.md
Dependencies None [details]
License BSD-3-Clause
Copyright Iñaki García Etxebarria
Author Iñaki García Etxebarria
Maintainer garetxe@gmail.com
Category Bindings
Home page https://github.com/haskell-gi/haskell-gi
Uploaded by inaki at 2017-07-30T14:11:46Z
Distributions Arch:1.0, LTSHaskell:1.0, NixOS:1.0, Stackage:1.0
Reverse Dependencies 60 direct, 3564 indirect [details]
Downloads 9876 total (60 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2017-07-30 [all 3 reports]

Readme for haskell-gi-overloading-1.0

[back to package description]

Bindings generated by haskell-gi are by default compiled with support for OverloadedLabels.

This support for OverloadedLabels comes at a cost in compile time, which can be significant in some cases. For convenience, this support can be switched off in programs using haskell-gi generated bindings, which do not require overloading support, by making them depend (in the build-depends field of the cabal file) on haskell-gi-overloading == 0.0.*.