| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-30 | Restrict Git SHA regex to full SHAs | Teddy Wing | |
| Only match SHAs if they're the full 40 characters long. This will become important later when we have an actual chat bot and we don't want to match on partial SHAs. | |||
| 2017-07-30 | Experiment with 'regex-tdfa' | Teddy Wing | |
| * Add the 'regex-tdfa' library for RegEx handling * Experiment with matching a Git SHA | |||
| 2017-07-30 | sorbot.cabal: Fix license format error | Teddy Wing | |
| Apparently you can't write in any old string into the license field, so my SPDX-formatted license caused the build to fail. It was a bit difficult as a complete beginner to figure out how I was supposed to format the version given the `(Maybe Version)` in the documentation: https://www.haskell.org/cabal/release/cabal-latest/doc/API/Cabal/Distribution-License.html#t:License but fortunately a search through some open source Cabal files on GitHub revealed the answer. Disappointing, though, that I can't declare the `+` part of the license in an officially supported capacity, but okay. | |||
| 2017-07-16 | sorbot.cabal: Update license type | Teddy Wing | |
| 2017-07-16 | New Haskell Stack project | Teddy Wing | |
| $ stack new sorbot new-template GHC v8.0.2 | |||
