diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-27 11:52:06 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-27 11:52:09 +0300 |
commit | b6b7141ccc457493e3b2aabb7d0bf1c7098a5fe1 (patch) | |
tree | 50ba5b53507efe1d38da8b46b3e98501a594be7e | |
parent | 9e9f8e11bb2728db084038c1a34272931435c30f (diff) | |
download | molodivo-b6b7141ccc457493e3b2aabb7d0bf1c7098a5fe1.tar.gz |
Do not export DistrictInfo constructors
Just like MinistryLimits. Not biased, but theirs constructors
aren't used anyway and probably should not be.
-rw-r--r-- | lib/Malodivo/Types/District.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Malodivo/Types/District.hs b/lib/Malodivo/Types/District.hs index 2e78634..3a7c3a3 100644 --- a/lib/Malodivo/Types/District.hs +++ b/lib/Malodivo/Types/District.hs @@ -18,8 +18,8 @@ Just [Lakos] module Malodivo.Types.District ( District(..) + , DistrictInfo , DistrictFunds - , DistrictInfo(..) , di2df , df2di ) where |