require 0.3.1 → 0.3.2
raw patch · 3 files changed
+6/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Requires +1/−0
- package.yaml +2/−1
- require.cabal +3/−2
+ Requires view
@@ -0,0 +1,1 @@+require Data.Text
package.yaml view
@@ -1,5 +1,5 @@ name: require-version: '0.3.1'+version: '0.3.2' github: "theam/require" license: Apache-2.0 author: "The Agile Monkeys"@@ -16,6 +16,7 @@ - package.yaml - README.md - stack.yaml+- Requires ghc-options: -Wall
require.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 04501d0a9991a4564adc521f703043e19993b7d2bb93c4c40e24b688248959ab+-- hash: 6b852da4ce674b61b22cb631128b49f5bf0b519a9469f54be7372deb92dbf099 name: require-version: 0.3.1+version: 0.3.2 synopsis: Scrap your qualified import clutter description: See <https://theam.github.io/require> category: Other@@ -23,6 +23,7 @@ LICENSE.md package.yaml README.md+ Requires stack.yaml source-repository head