packages feed

Ordinary-0.2018.1.3: Ordinary.cabal

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

name:           Ordinary
version:        0.2018.1.3
synopsis:       Short description of your package
description:    Please see the README on Github at <https://github.com/MarisaKirisame/Ordinary#readme>
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