Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/directory
Platform-independent library for basic file system operations
https://github.com/haskell/directory
Last synced: about 1 month ago
JSON representation
Platform-independent library for basic file system operations
- Host: GitHub
- URL: https://github.com/haskell/directory
- Owner: haskell
- License: other
- Created: 2014-05-02T08:18:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T02:46:15.000Z (7 months ago)
- Last Synced: 2024-04-16T00:49:06.525Z (7 months ago)
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/directory
- Size: 2.66 MB
- Stars: 56
- Watchers: 19
- Forks: 46
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
`directory`
===========[![Hackage][hi]][hl]
[![Build status][bi]][bl]
[![Dependencies status][di]][dl]Documentation can be found on [Hackage][hl].
Changes between versions are recorded in the [change log](changelog.md).Building from Git repository
----------------------------When building this package directly from the Git repository, one must run
`autoreconf -fi` to generate the `configure` script needed by `cabal
configure`. This requires [Autoconf][ac] to be installed.autoreconf -fi
cabal installThere is no need to run the `configure` script manually however, as `cabal
configure` does that automatically.[hi]: https://img.shields.io/hackage/v/directory.svg
[hl]: https://hackage.haskell.org/package/directory
[bi]: https://github.com/haskell/directory/actions/workflows/build.yml/badge.svg
[bl]: https://github.com/haskell/directory/actions
[di]: https://img.shields.io/hackage-deps/v/directory.svg
[dl]: http://packdeps.haskellers.com/feed?needle=exact:directory
[ac]: https://gnu.org/software/autoconf