diff options
author | Andrew Cady <d@jerkface.net> | 2019-06-24 21:18:22 -0400 |
---|---|---|
committer | Joe Crayne <joe@jerkface.net> | 2019-06-30 22:57:30 -0400 |
commit | 7c2ee942309df7a484f3ab50b1b090ca5e606c03 (patch) | |
tree | 85fe2a2373e46b821774f6b95df5eff8da39a730 /kiki.cabal | |
parent | 26af6c505812c9749f5e972d38fc8b771fab5de6 (diff) |
move functions around between files. nothing should be different
merge-note: I'm having trouble with the merge, so I'm leaving a lot of
functions duplicated in lib/Keyring.hs that were originally moved-out
to lib/KeyRing/BuildKeyDB.hs in this commit. I'll clean-up later.
Hopefully.
Diffstat (limited to 'kiki.cabal')
-rw-r--r-- | kiki.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -76,6 +76,8 @@ Executable cokiki | |||
76 | library | 76 | library |
77 | hs-source-dirs: lib | 77 | hs-source-dirs: lib |
78 | exposed-modules: KeyRing, | 78 | exposed-modules: KeyRing, |
79 | Types, | ||
80 | KeyRing.BuildKeyDB, | ||
79 | Kiki, | 81 | Kiki, |
80 | ScanningParser, | 82 | ScanningParser, |
81 | PEM, | 83 | PEM, |
@@ -95,7 +97,6 @@ library | |||
95 | other-modules: TimeUtil, | 97 | other-modules: TimeUtil, |
96 | ControlMaybe, | 98 | ControlMaybe, |
97 | Compat, | 99 | Compat, |
98 | Types, | ||
99 | PacketTranscoder, | 100 | PacketTranscoder, |
100 | Transforms | 101 | Transforms |
101 | Build-Depends: base >=4.6.0.0, | 102 | Build-Depends: base >=4.6.0.0, |