Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasufell/safe-directory
https://github.com/hasufell/safe-directory
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasufell/safe-directory
- Owner: hasufell
- License: other
- Created: 2022-07-14T20:16:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T22:18:42.000Z (over 2 years ago)
- Last Synced: 2024-05-01T21:41:51.758Z (6 months ago)
- Language: Haskell
- Size: 2.63 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
`safe-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/safe-directory.svg
[hl]: https://hackage.haskell.org/package/safe-directory
[bi]: https://github.com/hasufell/safe-directory/actions/workflows/build.yml/badge.svg
[bl]: https://github.com/hasufell/safe-directory/actions
[di]: https://img.shields.io/hackage-deps/v/safe-directory.svg
[dl]: http://packdeps.haskellers.com/feed?needle=exact:safe-directory
[ac]: https://gnu.org/software/autoconf