packages feed

dhall-nix 1.1.22 → 1.1.23

raw patch · 3 files changed

+4/−4 lines, 3 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

dhall-nix.cabal view
@@ -1,5 +1,5 @@ Name: dhall-nix-Version: 1.1.22+Version: 1.1.23 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3
exec/Main.hs view
@@ -8,8 +8,8 @@ module Main where  import Control.Exception (SomeException)-import Options.Generic (Generic, ParseRecord, type (<?>)(..))-import System.Exit (ExitCode(..))+import Options.Generic   (Generic, ParseRecord, type (<?>) (..))+import System.Exit       (ExitCode (..))  import qualified Control.Exception import qualified Data.Text.IO
src/Dhall/Nix.hs view
@@ -122,8 +122,8 @@     , Params (..)     , ($+)     , (==>)-    , (@@)     , (@.)+    , (@@)     )  import qualified Data.Text