diff options
author | rprecenth <> | 2021-01-13 20:15:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2021-01-13 20:15:00 (GMT) |
commit | af1bb48c874db37ba3666d63086a34776a25a15d (patch) | |
tree | 88e239dc389a04082b0db874a4607ec0a7377d7f | |
parent | 6d78a166d0772bc1dca92e554d1a6d5e5ed17290 (diff) |
-rw-r--r-- | glicko.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/glicko.cabal b/glicko.cabal index 86b3dcd..7a1c2be 100644 --- a/glicko.cabal +++ b/glicko.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: glicko -version: 0.3.0.1 +version: 0.3.0.2 synopsis: Glicko-2 implementation in Haskell. description: Implementation of the rating algorithm Glicko-2 by Professor Mark E. Glickman @@ -46,7 +46,6 @@ test-suite glicko-test , data-default >= 0.5 && < 0.8 , glicko , hspec >= 2.7.2 && < 2.8 - , QuickCheck >= 2.13.2 && < 2.14 ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 default-extensions: DataKinds
\ No newline at end of file |