-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 20266fdf14a89507fc5817041470c18629ba45d2e723b9ac63d93ab68a34d3aa name: Ordinary version: 0.2018.1.8 synopsis: A Programming Language in Construction description: Please see the README on Github at category: Language homepage: https://github.com/MarisaKirisame/Ordinary#readme bug-reports: https://github.com/MarisaKirisame/Ordinary/issues author: Marisa Kirisame maintainer: lolisa@marisa.moe copyright: 2018 Marisa Kirisame 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/MarisaKirisame/Ordinary library hs-source-dirs: src build-depends: base >=4.7 && <5 , safe ==0.3.15 , threepenny-gui ==0.8.2.0 exposed-modules: Lib other-modules: Paths_Ordinary default-language: Haskell2010 executable Ordinary-exe main-is: Main.hs hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: Ordinary , base >=4.7 && <5 , safe ==0.3.15 , threepenny-gui ==0.8.2.0 other-modules: Paths_Ordinary default-language: Haskell2010 test-suite Ordinary-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: Ordinary , base >=4.7 && <5 , safe ==0.3.15 , threepenny-gui ==0.8.2.0 other-modules: Paths_Ordinary default-language: Haskell2010