... by deleting most files. By the theory of evolution, the remaining ones will get stronger over the next commits. That's how it works, isn't it?
21 lines
436 B
YAML
21 lines
436 B
YAML
name: mima-tools
|
|
version: 0.1.0.0
|
|
license: MIT
|
|
author: Garmelon <joscha@plugh.de>
|
|
copyright: 2019-2020 Garmelon
|
|
|
|
synopsis: Tools for the MiMa (MinimalMaschine)
|
|
description: Please see the README on GitHub at <https://github.com/Garmelon/mima-tools#readme>
|
|
github: Garmelon/mima-tools
|
|
|
|
extra-source-files:
|
|
- README.md
|
|
|
|
dependencies:
|
|
- base >= 4.7 && < 5
|
|
- OddWord >= 1.0 && < 1.1
|
|
- containers
|
|
- text
|
|
|
|
library:
|
|
source-dirs: src
|