packages feed

witch 0.0.0.4 → 0.0.0.5

raw patch · 4 files changed

+9/−8 lines, 4 filesdep ~basedep ~bytestringdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, containers, hspec, text

API changes (from Hackage documentation)

Files

LICENSE.txt view
@@ -1,4 +1,4 @@-Copyright 2020 Taylor Fausak+Copyright 2021 Taylor Fausak  Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above
README.markdown view
@@ -1,6 +1,6 @@ # Witch -[![CI](https://github.com/tfausak/witch/workflows/CI/badge.svg)](https://github.com/tfausak/witch/actions)+[![CI](https://github.com/tfausak/witch/workflows/CI/badge.svg)](https://github.com/tfausak/witch/actions/new) [![Hackage](https://img.shields.io/hackage/v/witch)](https://hackage.haskell.org/package/witch) [![Stackage](https://www.stackage.org/package/witch/badge/nightly?label=stackage)](https://www.stackage.org/package/witch) 
src/test/Main.hs view
@@ -1,3 +1,4 @@+{-# options_ghc -Wno-orphans #-} {-# language TypeApplications #-}  import qualified Data.ByteString as B
witch.cabal view
@@ -9,7 +9,7 @@ maintainer: Taylor Fausak name: witch synopsis: Convert values from one type into another.-version: 0.0.0.4+version: 0.0.0.5  source-repository head   location: https://github.com/tfausak/witch@@ -17,10 +17,10 @@  library   build-depends:-    base >= 4.12.0 && < 4.15-    , bytestring >= 0.10.8 && < 0.12-    , containers >= 0.6.0 && < 0.7-    , text >= 1.2.3 && < 1.3+    base >= 4.13.0 && < 4.16+    , bytestring >= 0.10.10 && < 0.11+    , containers >= 0.6.2 && < 0.7+    , text >= 1.2.4 && < 1.3   default-language: Haskell2010   exposed-modules: Witch   ghc-options:@@ -41,7 +41,7 @@     base     , bytestring     , containers-    , hspec >= 2.7.1 && < 2.8+    , hspec >= 2.7.6 && < 2.8     , QuickCheck >= 2.13.2 && < 2.15     , text     , witch