| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This new file type can be generated by GHC 8.8.
https://www.haskell.org/ghc/blog/20190626-HIEFiles.html
|
| |
|
| |
|
|
|
| |
See http://hackage.haskell.org/package/HTF-0.13.1.0/docs/Test-Framework-CmdlineOptions.html (opts_historyFile)
|
| |
|
|
|
| |
Ignore files produced by GHCs eventlog framework (https://ghc.haskell.org/trac/ghc/wiki/EventLog)
|
|\
| |
| | |
Add pattern to match dist-* directories for Haskell
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
.stack-work/ is a work directory used by the `stack` build tool.
The `stack` build tool has recently been gaining a lot of traction in
the Haskell community. It is very similar to the `cabal` build tool,
which also has entries in this Haskell .gitignore file.
|
| |
| |
| | |
The file name was incorrect, so it was having no effect. Also, the sandbox environment that this was supposed to be ignoring is deprecated. Probably best to just drop it entirely.
|
| |
| |
| | |
This change was introduced in 3bb4e51184066f5cf60daa029c31e7f52398353b, where it was marked as changed due to a typo. However, that is the correct name of this particular virtual environment. See https://hackage.haskell.org/package/virthualenv
|
|/
|
|
|
|
| |
The Stackage project provides a cabal.config which locks in a specific
package set. This file should be shared between developers project so
that everyone is developing using the same versions of packages.
|
|\
| |
| | |
Added Haskell GHC profiling related files
|
| | |
|
|/ |
|
|
|
|
|
| |
"GHC creates a subdirectory .hpc in the current directory, and puts HPC index (.mix) files in there..."
https://www.haskell.org/ghc/docs/7.4.2/html/users_guide/hpc.html
|
| |
|
|
|
|
| |
https://github.com/haskell/cabal/wiki/Package-Environments#sandbox-command
|
| |
|
| |
|
| |
|
| |
|
|
|