name: hero-club-five-tenets version: 0.3.0.0 synopsis: Remember the five tenets of hero club description: This package give you Hero Club Five Tenets, Yuki Yuna is a Hero. homepage: http://github.com/i-amd3/hero-club-five-tenets#README license: BSD3 license-file: LICENSE author: I am D. maintainer: d.kupanhy@gmail.com category: ACME build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: ACME exposed-modules: Acme.HeroClub.FiveTenets build-depends: base >= 4.7 && < 5 , text , random default-language: Haskell2010 executable fivetenets hs-source-dirs: app main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , text , random , hero-club-five-tenets default-language: Haskell2010 source-repository head type: git location: https://github.com/i-amd3/hero-club-five-tenets