salve 1.0.8 → 1.0.9
raw patch · 4 files changed
+9/−9 lines, 4 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- LICENSE.markdown +1/−1
- package.yaml +2/−2
- salve.cabal +5/−5
- stack.yaml +1/−1
LICENSE.markdown view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Taylor Fausak+Copyright (c) 2020 Taylor Fausak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
package.yaml view
@@ -1,5 +1,5 @@ name: salve-version: 1.0.8+version: 1.0.9 category: Distribution description:@@ -16,7 +16,7 @@ synopsis: Semantic version numbers and constraints. dependencies:- base: '>= 4.9.0 && < 4.14'+ base: '>= 4.9.0 && < 4.15' ghc-options: - -Weverything - -Wno-implicit-prelude
salve.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.0.+-- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack ----- hash: 019bfde4256d781b68fa896b714bcb5005f6dfe16f62471950ec84239ddf6c75+-- hash: 819ccef7644498bebc5302d80b59de266c93ebf52b3037e2d7f3f3433db20512 name: salve-version: 1.0.8+version: 1.0.9 synopsis: Semantic version numbers and constraints. description: Salve provides semantic version (SemVer) numbers and constraints (ranges). category: Distribution@@ -37,7 +37,7 @@ library ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe build-depends:- base >=4.9.0 && <4.14+ base >=4.9.0 && <4.15 if impl(ghc >= 8.8.1) ghc-options: -Wno-missing-deriving-strategies default-language: Haskell2010@@ -51,7 +51,7 @@ tests ghc-options: -Weverything -Wno-implicit-prelude -Wno-safe -Wno-unsafe -rtsopts -threaded build-depends:- base >=4.9.0 && <4.14+ base >=4.9.0 && <4.15 , doctest >=0.11.0 && <0.17 if impl(ghc >= 8.8.1) ghc-options: -Wno-missing-deriving-strategies
stack.yaml view
@@ -1,1 +1,1 @@-resolver: lts-13.0+resolver: lts-15.4