packages feed

Cabal revisions of hcheckers-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: d512e48c2cc22041414eaea25593830ebf236845a10392a60a9a09b8b784f68d--name:           hcheckers-version:        0.1.0.0-synopsis:       Implementation of checkers ("draughts") board game - server application-description:    Please see the README on GitHub at <https://github.com/githubuser/hcheckers#readme>-category:       Games-homepage:       https://github.com/portnov/hcheckers#readme-bug-reports:    https://github.com/portnov/hcheckers/issues-author:         Ilya V. Portnov-maintainer:     portnov84@rambler.ru-copyright:      2018 Ilya V. Portnov-license:        BSD3-license-file:   LICENSE-build-type:     Simple-extra-source-files:-    README.md-    ChangeLog.md--source-repository head-  type: git-  location: https://github.com/portnov/hcheckers--flag verbose-  description: enable verbose logging of move search-  manual: False-  default: False--executable hcheckersd-  main-is: Main.hs-  other-modules:-      AI.AlphaBeta-      AI.AlphaBeta.Cache-      AI.AlphaBeta.Persistent-      AI.AlphaBeta.Types-      Core.Board-      Core.BoardMap-      Core.Checkers-      Core.CmdLine-      Core.Config-      Core.Evaluator-      Core.Game-      Core.Json-      Core.Logging-      Core.Monitoring-      Core.Parallel-      Core.Rest-      Core.Supervisor-      Core.Types-      Formats.Compact-      Formats.Fen-      Formats.Pdn-      Formats.Types-      Learn-      Rules.Brazilian-      Rules.Canadian-      Rules.Diagonal-      Rules.English-      Rules.Generic-      Rules.International-      Rules.Russian-      Rules.Simple-      Rules.Spancirety-      Paths_hcheckers-  hs-source-dirs:-      src-  ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2 -fwarn-unused-imports-  build-depends:-      aeson-    , array-    , base >=4.7 && <5-    , binary-    , bits-    , bytes-    , bytestring-    , clock-    , concurrent-extra-    , containers-    , data-default-    , directory-    , ekg-    , ekg-core-    , exceptions-    , fast-logger-    , filepath-    , hashable-    , hashtables-    , heavy-logger-    , hsyslog-    , http-types-    , megaparsec-    , microlens-    , monad-metrics-    , mtl-    , mwc-random-    , optparse-applicative-    , psqueues-    , random-    , random-access-file-    , scotty-    , stm-    , stm-containers-    , store-    , template-haskell-    , text-    , text-format-heavy-    , unix-    , unix-bytestring-    , unordered-containers-    , yaml-  if flag(verbose)-    cpp-options: -DVERBOSE-  default-language: Haskell2010+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.31.1.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: d512e48c2cc22041414eaea25593830ebf236845a10392a60a9a09b8b784f68d
+
+name:           hcheckers
+version:        0.1.0.0
+x-revision: 1
+synopsis:       Implementation of checkers ("draughts") board game - server application
+description:    Please see the README on GitHub at <https://github.com/portnov/hcheckers#readme>
+category:       Games
+homepage:       https://github.com/portnov/hcheckers#readme
+bug-reports:    https://github.com/portnov/hcheckers/issues
+author:         Ilya V. Portnov
+maintainer:     portnov84@rambler.ru
+copyright:      2018 Ilya V. Portnov
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+extra-source-files:
+    README.md
+    ChangeLog.md
+
+source-repository head
+  type: git
+  location: https://github.com/portnov/hcheckers
+
+flag verbose
+  description: enable verbose logging of move search
+  manual: False
+  default: False
+
+executable hcheckersd
+  main-is: Main.hs
+  other-modules:
+      AI.AlphaBeta
+      AI.AlphaBeta.Cache
+      AI.AlphaBeta.Persistent
+      AI.AlphaBeta.Types
+      Core.Board
+      Core.BoardMap
+      Core.Checkers
+      Core.CmdLine
+      Core.Config
+      Core.Evaluator
+      Core.Game
+      Core.Json
+      Core.Logging
+      Core.Monitoring
+      Core.Parallel
+      Core.Rest
+      Core.Supervisor
+      Core.Types
+      Formats.Compact
+      Formats.Fen
+      Formats.Pdn
+      Formats.Types
+      Learn
+      Rules.Brazilian
+      Rules.Canadian
+      Rules.Diagonal
+      Rules.English
+      Rules.Generic
+      Rules.International
+      Rules.Russian
+      Rules.Simple
+      Rules.Spancirety
+      Paths_hcheckers
+  hs-source-dirs:
+      src
+  ghc-options: -threaded -rtsopts -with-rtsopts=-N -O2 -fwarn-unused-imports
+  build-depends:
+      aeson
+    , array
+    , base >=4.7 && <5
+    , binary
+    , bits
+    , bytes
+    , bytestring
+    , clock
+    , concurrent-extra
+    , containers
+    , data-default
+    , directory
+    , ekg
+    , ekg-core
+    , exceptions
+    , fast-logger
+    , filepath
+    , hashable
+    , hashtables
+    , heavy-logger
+    , hsyslog
+    , http-types
+    , megaparsec
+    , microlens
+    , monad-metrics
+    , mtl
+    , mwc-random
+    , optparse-applicative
+    , psqueues
+    , random
+    , random-access-file
+    , scotty
+    , stm
+    , stm-containers
+    , store
+    , template-haskell
+    , text
+    , text-format-heavy
+    , unix
+    , unix-bytestring
+    , unordered-containers
+    , yaml
+  if flag(verbose)
+    cpp-options: -DVERBOSE
+  default-language: Haskell2010