modulo 1.1 → 1.2
raw patch · 1 files changed
+3/−2 lines, 1 filesdep +nats
Dependencies added: nats
Files
- modulo.cabal +3/−2
modulo.cabal view
@@ -1,6 +1,6 @@ name: modulo-version: 1.1+version: 1.2 cabal-version: >= 1.6 author: Hans Hoglund maintainer: Hans Hoglund <hans@hanshoglund.se>@@ -25,8 +25,9 @@ build-depends: base >= 4 && < 5, semigroups, + nats, data-default,- text, + text, parsec >= 3.1.2 && < 4, prettify >= 1.0 && < 2, language-c,