name: malodivo version: 0.2.0 synopsis: Budget planning in the Kingdom of Malodivo description: Once upon a time, in a galaxy far, far away, where no man has gone before. license: PublicDomain license-file: LICENSE author: Igor Pashev maintainer: Igor Pashev copyright: 2017, Igor Pashev category: Math, Finance, Utils build-type: Custom cabal-version: >= 1.24 extra-source-files: ChangeLog.md README.md doc/plot.md sample/*.json custom-setup setup-depends: base >= 4.9 && < 5 , Cabal , cabal-doctest >= 1.0.2 test-suite doctests type: exitcode-stdio-1.0 main-is: doctests.hs build-depends: base , doctest >= 0.11.1 , bytestring ghc-options: -Wall hs-source-dirs: test default-language: Haskell2010 library default-language: Haskell2010 ghc-options: -Wall hs-source-dirs: lib build-depends: base >= 4.9 && < 5 , aeson , hashable , text , unordered-containers exposed-modules: Malodivo.Budget Malodivo.Types.Bill Malodivo.Types.District Malodivo.Types.Ministry executable malodivo default-language: Haskell2010 ghc-options: -Wall -static hs-source-dirs: cmd main-is: Main.hs other-modules: Main.Input Main.Output build-depends: base >= 4.9 && < 5 , aeson , bytestring , docopt , interpolatedstring-perl6 , malodivo , unordered-containers