packages feed

HappyTree-0.2018.1.5: HappyTree.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: ca077430f4b90fc7a4a71fa0738c6711a609f4b20ff2f746b4e91c7aa4cc897c

name:           HappyTree
version:        0.2018.1.5
description:    Please see the README on Github at <https://github.com/MarisaKirisame/HappyTree#readme>
homepage:       https://github.com/MarisaKirisame/HappyTree#readme
bug-reports:    https://github.com/MarisaKirisame/HappyTree/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/HappyTree

library
  hs-source-dirs:
      src
  ghc-options: -Wno-partial-type-signatures
  build-depends:
      base >=4.7 && <5
    , constraints ==0.9.1
    , generics-sop ==0.3.1.0
    , singletons ==2.3.1
  exposed-modules:
      Lib
  other-modules:
      Paths_HappyTree
  default-language: Haskell2010

executable HappyTree-exe
  main-is: Main.hs
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wno-partial-type-signatures
  build-depends:
      HappyTree
    , base >=4.7 && <5
    , constraints ==0.9.1
    , generics-sop ==0.3.1.0
    , singletons ==2.3.1
  other-modules:
      Paths_HappyTree
  default-language: Haskell2010

test-suite HappyTree-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HappyTree
    , base >=4.7 && <5
    , constraints ==0.9.1
    , generics-sop ==0.3.1.0
    , singletons ==2.3.1
  other-modules:
      Paths_HappyTree
  default-language: Haskell2010