DCFL 0.1.3.0 → 0.1.4.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep +deepseqdep ~HUnitdep ~random
Dependencies added: deepseq
Dependency ranges changed: HUnit, random
Files
- DCFL.cabal +2/−2
DCFL.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.3.0+version: 0.1.4.0 -- A short (one-line) description of the package. synopsis: Communication Free Learning-based constraint solver@@ -57,5 +57,5 @@ -- other-modules: -- Other library packages from which modules are imported.- build-depends: base ==4.6.*, random ==1.0.*, HUnit ==1.2.*+ build-depends: base ==4.6.*, random >=1.0, HUnit >=1.2, deepseq ==1.4 ghc-options: -Wall