name: hero-club-five-tenets version: 0.3.0.3 synopsis: Think back of the five tenets of hero club description: This package gives you Hero Club Five Tenets, Yuki Yuna is a Hero. homepage: https://github.com/i-amd3/hero-club-five-tenets bug-reports: https://github.com/i-amd3/hero-club-five-tenets/issues license: BSD3 license-file: LICENSE author: I am D. maintainer: d.kupanhy@gmail.com copyright: Copyright (C) 2015-2016, I amd D category: ACME build-type: Simple stability: stable cabal-version: >=1.10 library hs-source-dirs: ACME exposed-modules: Acme.HeroClub , Acme.HeroClub.Type , Acme.HeroClub.FiveTenets , Acme.HeroClub.Members 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 >= 4.7 && <5 , text , random , hero-club-five-tenets default-language: Haskell2010 source-repository head type: git location: https://github.com/i-amd3/hero-club-five-tenets