diff options
author | joe <joe@blackbird> | 2016-04-25 16:09:01 -0400 |
---|---|---|
committer | joe <joe@blackbird> | 2016-04-25 16:09:01 -0400 |
commit | 9bd20ca6079c83059ce97a71cfe7e36a13b5b58f (patch) | |
tree | 60cc1067d198d340a83275763f9c240619437523 | |
parent | cba7659e07a73702c5d1f1f768f72bdf2e121154 (diff) |
Add ControlMaybe to lib:kiki
-rw-r--r-- | kiki.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ library | |||
81 | Numeric.Interval.Bounded, | 81 | Numeric.Interval.Bounded, |
82 | SuperOrd | 82 | SuperOrd |
83 | other-modules: TimeUtil, | 83 | other-modules: TimeUtil, |
84 | ControlMaybe, | ||
84 | Compat, | 85 | Compat, |
85 | FunctorToMaybe | 86 | FunctorToMaybe |
86 | 87 | ||