-- This file has been generated from package.yaml by hpack version 0.17.1. -- -- see: https://github.com/sol/hpack name: fee-estimate version: 0.1.0.0 synopsis: Short description of your package description: Please see the README on Github at homepage: https://github.com/sahabi/fee-estimate#readme bug-reports: https://github.com/sahabi/fee-estimate/issues author: sahabi maintainer: sahabi@gmail.com copyright: 2017 sahabi license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/sahabi/fee-estimate library hs-source-dirs: src build-depends: base >= 4.7 && < 5 , QuickCheck exposed-modules: Bucket Lib Units default-language: Haskell2010 executable fee-estimate-exe main-is: Main.hs hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >= 4.7 && < 5 , QuickCheck , fee-estimate default-language: Haskell2010 test-suite fee-estimate-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >= 4.7 && < 5 , QuickCheck , fee-estimate default-language: Haskell2010