# Development Notes

![Build Status](https://circleci.com/gh/roman/Haskell-teardown.svg?style=svg) ![Hackage Dependencies](https://img.shields.io/hackage-deps/v/teardown.svg) ![Github](https://img.shields.io/github/commits-since/roman/haskell-teardown/v0.5.0.0.svg)

This library is intended to be minimal, providing a few functions that work reliably among many different kind of projects. If you want to contribute, Pull Request are very welcome! Please try to follow these simple rules:

* Please create a topic branch for every separate change you make, bonus points

  if you create an issue with an acceptance criteria.
* Update the README.md file if necessary.
* Please *do not* change the version number on your Pull Request.

## Dependencies

You'll need to install [Stack](https://github.com/commercialhaskell/stack), once installed, you can execute the `make` command and learn tasks supported in the project.

You'll need to make sure you invoke `make format` and `make lint` when pushing changes, otherwise the Pull Request builder will fail.

## Open Commit Policy

This library has an open commit bit policy: Anyone with an accepted pull request gets added as a repository collaborator.

Please create a feature branch and open a pull-request early for any new features or documentation improvements.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://romanandreg.gitbook.io/teardown/doc-update/development-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
