packages feed

wordify-0.7.0.0: wordify.cabal

cabal-version: 1.12

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

name:           wordify
version:        0.7.0.0
description:    Please see the README on GitHub at <https://github.com/githubuser/wordify#readme>
category:       Game
homepage:       https://github.com/happy0/wordify#readme
bug-reports:    https://github.com/happy0/wordify/issues
author:         Gordon Martin
maintainer:     happy0
copyright:      2019 Gordon Martin
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/happy0/wordify

library
  exposed-modules:
      Lib
      Wordify.Rules.Board
      Wordify.Rules.Board.Internal
      Wordify.Rules.Dictionary
      Wordify.Rules.Extra.ExtraRule
      Wordify.Rules.Extra.SpanishExtraRule
      Wordify.Rules.FormedWord
      Wordify.Rules.Game
      Wordify.Rules.Game.Internal
      Wordify.Rules.LetterBag
      Wordify.Rules.LetterBag.Internal
      Wordify.Rules.Move
      Wordify.Rules.Player
      Wordify.Rules.Pos
      Wordify.Rules.Pos.Internal
      Wordify.Rules.Square
      Wordify.Rules.Tile
      Wordify.Rules.WordifyError
  other-modules:
      Paths_wordify
  hs-source-dirs:
      src
  build-depends:
      array ==0.5.*
    , base >=4.7 && <5
    , bytestring >=0.10 && <0.13
    , conduit ==1.3.*
    , containers >=0.6 && <0.9
    , errors ==2.3.*
    , listsafe ==0.1.*
    , mtl >=2.2 && <2.4
    , parsec ==3.1.*
    , random >=1.2 && <1.4
    , safe ==0.3.*
    , semigroups >=0.18 && <0.21
    , split ==0.2.*
    , text >=1.2 && <2.2
    , transformers >=0.5 && <0.7
    , unordered-containers ==0.2.*
  default-language: Haskell2010

executable wordify-exe
  main-is: Main.hs
  other-modules:
      Paths_wordify
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      array ==0.5.*
    , base >=4.7 && <5
    , bytestring >=0.10 && <0.13
    , conduit ==1.3.*
    , containers >=0.6 && <0.9
    , errors ==2.3.*
    , listsafe ==0.1.*
    , mtl >=2.2 && <2.4
    , parsec ==3.1.*
    , random >=1.2 && <1.4
    , safe ==0.3.*
    , semigroups >=0.18 && <0.21
    , split ==0.2.*
    , text >=1.2 && <2.2
    , transformers >=0.5 && <0.7
    , unordered-containers ==0.2.*
    , wordify
  default-language: Haskell2010

test-suite wordify-test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      Tests.BoardTest
      Tests.FormedWordsTest
      Tests.FullGameTest
      Tests.Instances
      Tests.Internationalisation.Spanish.LetterBagTest
      Tests.Internationalisation.Spanish.MoveTest
      Tests.Internationalisation.SpanishExtraRuleTest
      Tests.LetterBagTest
      Tests.MoveTest
      Tests.PosTest
      Tests.Properties
      Tests.Regressions
      Tests.SharedTestData
      Tests.Utils
      Paths_wordify
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HUnit ==1.6.*
    , QuickCheck >=2.14 && <2.19
    , array ==0.5.*
    , base >=4.7 && <5
    , bytestring >=0.10 && <0.13
    , conduit ==1.3.*
    , containers >=0.6 && <0.9
    , directory ==1.3.*
    , errors ==2.3.*
    , filepath >=1.4 && <1.6
    , listsafe ==0.1.*
    , mtl >=2.2 && <2.4
    , parsec ==3.1.*
    , random >=1.2 && <1.4
    , safe ==0.3.*
    , semigroups >=0.18 && <0.21
    , split ==0.2.*
    , test-framework ==0.8.*
    , test-framework-hunit ==0.3.*
    , test-framework-quickcheck2 ==0.3.*
    , text >=1.2 && <2.2
    , transformers >=0.5 && <0.7
    , unordered-containers ==0.2.*
    , wordify
  default-language: Haskell2010