tinyfiledialogs: Wrapper around the 'tiny file dialogs' C library

[ bsd3, gui, library ] [ Propose Tags ]

tiny file dialogs is a single self-contained C library that provides a powerful set of cross-platform dialog boxes providing the following functions:

  • message & question

  • input & password

  • save file

  • open file(s)

  • select folder

  • color picker

This package bundles the C library (currently v3.0.9) and provides a complete Haskell interface. Proper Unicode support has been tested on Windows, Mac and Linux.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0
Change log changelog.md
Dependencies base (>=4.7 && <5), bytestring, text [details]
License BSD-3-Clause
Copyright 2014 - 2017 Guillaume Vareille, Michael Tolly
Author Guillaume Vareille, Don Heyse, Michael Tolly
Maintainer miketolly@gmail.com
Category GUI
Home page https://github.com/mtolly/tinyfiledialogs
Source repo head: git clone https://github.com/mtolly/tinyfiledialogs
Uploaded by mtolly at 2017-10-01T01:15:51Z
Distributions NixOS:0.2.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2100 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-10-01 [all 1 reports]

Readme for tinyfiledialogs-0.2.0.0

[back to package description]

A Haskell wrapper around the C library tiny file dialogs.

Currently bundles v3.0.9. Any edits in .c/.h are labeled with // MT:.