packages feed

ats-pkg 3.2.2.2 → 3.2.2.3

raw patch · 4 files changed

+6/−7 lines, 4 filesdep ~shakePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: shake

API changes (from Hackage documentation)

Files

ats-pkg.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: ats-pkg-version: 3.2.2.2+version: 3.2.2.3 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale@@ -120,7 +120,7 @@         microlens -any,         dhall -any,         ansi-wl-pprint -any,-        shake -any,+        shake >=0.17,         bytestring -any,         composition-prelude >=1.3.0.3,         binary -any,
dhall/atslib.dhall view
@@ -1,7 +1,7 @@ {- Dhall prelude imports -}-let map = http://hackage.haskell.org/package/dhall/src/Prelude/List/map+let map =  http://hackage.haskell.org/package/dhall/src/Prelude/List/map in-let concat = http://hackage.haskell.org/package/dhall/src/Prelude/List/concat+let concat = https://raw.githubusercontent.com/dhall-lang/Prelude/master/List/concat in  {- ATSPackage parts -}
dhall/atspkg-prelude.dhall view
@@ -1,7 +1,7 @@ {- Dhall prelude functions -}-let concatMapSep = http://hackage.haskell.org/package/dhall/src/Prelude/Text/concatMapSep+let concatMapSep = https://raw.githubusercontent.com/dhall-lang/Prelude/master/Text/concatMapSep in-let map = http://hackage.haskell.org/package/dhall/src/Prelude/List/map+let map = https://raw.githubusercontent.com/dhall-lang/Prelude/master/List/map in  {- Types for export and supporting functions -}
internal/Quaalude.cpphs view
@@ -1,4 +1,3 @@-{-# OPTIONS_GHC -fno-warn-orphans #-} {-# LANGUAGE FlexibleContexts #-}  #ifdef MIN_VERSION_containers