nri-prelude 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+10/−5 lines, 3 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- LICENSE +1/−1
- nri-prelude.cabal +5/−4
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.0.1++- Relax version bounds to be compatible with `bytestring-0.11`.+ # 0.1.0.0 - Initial release.
LICENSE view
@@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2017, NoRedInk+Copyright (c) 2020, NoRedInk All rights reserved. Redistribution and use in source and binary forms, with or without
nri-prelude.cabal view
@@ -4,12 +4,13 @@ -- -- see: https://github.com/sol/hpack ----- hash: dcd025f2d9ab7c46a4048057b540fb9a87772aa05d01a3c0909c4cc48cfcc614+-- hash: 5fdd33228fa66ce7bf55ddce48c6e8cd90c280f26a8bb17579a7b4d03c84b54f name: nri-prelude-version: 0.1.0.0+version: 0.1.0.1 synopsis: A Prelude inspired by the Elm programming language description: Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-prelude>.+category: Web homepage: https://github.com/NoRedInk/haskell-libraries#readme bug-reports: https://github.com/NoRedInk/haskell-libraries/issues author: NoRedInk@@ -74,7 +75,7 @@ , async >=2.2.2 && <2.3 , auto-update >=0.1.6 && <0.2 , base >=4.12.0.0 && <4.13- , bytestring >=0.10.8.2 && <0.11+ , bytestring >=0.10.8.2 && <0.12 , concurrent-output >=1.10.11 && <1.11 , containers >=0.6.0.1 && <0.7 , directory >=1.3.3.0 && <1.4@@ -148,7 +149,7 @@ , async >=2.2.2 && <2.3 , auto-update >=0.1.6 && <0.2 , base >=4.12.0.0 && <4.13- , bytestring >=0.10.8.2 && <0.11+ , bytestring >=0.10.8.2 && <0.12 , concurrent-output >=1.10.11 && <1.11 , containers >=0.6.0.1 && <0.7 , directory >=1.3.3.0 && <1.4