Craft3e 0.2.0.3 → 0.2.0.4
raw patch · 2 files changed
+9/−10 lines, 2 filesdep ~HUnitdep ~open-browserdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit, open-browser, time
API changes (from Hackage documentation)
Files
- Craft3e.cabal +8/−9
- LICENSE +1/−1
Craft3e.cabal view
@@ -1,17 +1,16 @@-+cabal-version: 2.2 name: Craft3e-version: 0.2.0.3+version: 0.2.0.4 license: MIT license-file: LICENSE-copyright: (c) Addison Wesley+copyright: (c) Simon Thompson author: Simon Thompson maintainer: Simon Thompson <s.j.thompson@kent.ac.uk> bug-reports: mailto:s.j.thompson@kent.ac.uk stability: stable-homepage: http://www.haskellcraft.com/-synopsis: Code for Haskell: the Craft of Functional Programming, 3rd ed.+homepage: https://simonjohnthompson.github.io/haskellcraft/+synopsis: Code for Haskell: the Craft of Functional Programming category: Education-cabal-version: >= 1.10 build-type: Simple description: .@@ -40,10 +39,10 @@ base >= 4.9.0.0 && < 5, QuickCheck >= 2.1 && < 3, old-locale == 1.0.*,- time >= 1.1 && < 2.0,+ time >= 1.1 && < 2, mtl >= 1.1 && < 2.3,- HUnit >= 1.2.0,- open-browser >= 0.1.0.0 && < 0.5.0.0+ HUnit >= 1.2.0 && < 1.7,+ open-browser >= 0.1.0.0 && < 0.5 exposed-modules:
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 1996-2010 Addison-Wesley+Copyright (c) Simon Thompson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal