SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ghc-dhall-1.15.1-1.2.x86_64.rpm :

* Mon Jul 09 2018 psimonsAATTsuse.com- Update dhall to version 1.15.1. 1.15.1
* Fix infinite loop when formatting expressions containing `?`
* See: https://github.com/dhall-lang/dhall-haskell/pull/491 1.15.0
* BREAKING CHANGE TO THE API: Support alternative imports using new `?` operator
* This adds a new constructor which affects exhaustive pattern matches
* See: https://github.com/dhall-lang/dhall-haskell/pull/473
* BREAKING CHANGE TO THE API: Add `Integer/toDouble` built-in function
* This adds a new constructor which affects exhaustive pattern matches
* See: https://github.com/dhall-lang/dhall-haskell/pull/434
* BREAKING CHANGE TO THE API: Use strict `Text` instead of lazy `Text`
* See: https://github.com/dhall-lang/dhall-haskell/pull/455
* BREAKING CHANGE TO THE API: Remove `Buildable` in favor of `Pretty`
* See: https://github.com/dhall-lang/dhall-haskell/pull/459
* BREAKING CHANGE TO THE API: Removed the `Parent` constructor from `FilePrefix`
* Instead, use `Here` with a `\"..\"` prefix.
* See: https://github.com/dhall-lang/dhall-haskell/pull/407
* BUG FIX: Disallow duplicate fields in records
* See: https://github.com/dhall-lang/dhall-haskell/pull/430
* BUG FIX: Fix stripping of leading whitespace in multi-line strings
* See: https://github.com/dhall-lang/dhall-haskell/pull/469
* BUG FIX: Fix formatting field access of an import
* See: https://github.com/dhall-lang/dhall-haskell/pull/471
* Add `dhall freeze` command
* See: https://github.com/dhall-lang/dhall-haskell/pull/486
* Add `dhall diff` command
* See: https://github.com/dhall-lang/dhall-haskell/pull/442
* Add `dhall lint` command
* See: https://github.com/dhall-lang/dhall-haskell/pull/484
* Change `dhall-repl`/`dhall-hash`/`dhall-format` to `dhall` subcommands
* i.e. `dhall repl`/`dhall hash`/`dhall format`
* See: https://github.com/dhall-lang/dhall-haskell/pull/435
* See: https://github.com/dhall-lang/dhall-haskell/pull/452
* Add `with-http` cabal flag to disable support for remote imports
* See: https://github.com/dhall-lang/dhall-haskell/pull/482
* Added `inputFrom` and `inputFromWith`
* These allow naming the file that the expression is coming from for better error messages
* See: https://github.com/dhall-lang/dhall-haskell/pull/464
* Performance improvements
* See: https://github.com/dhall-lang/dhall-haskell/pull/420
* Tutorial recommends GitHub for Prelude instead of IPFS
* See: https://github.com/dhall-lang/dhall-haskell/pull/479
* Pretty-print expressions in type errors
* See: https://github.com/dhall-lang/dhall-haskell/pull/429
* Formatting improvements
* See: https://github.com/dhall-lang/dhall-haskell/pull/398
* See: https://github.com/dhall-lang/dhall-haskell/pull/458
* Diff improvements
* See: https://github.com/dhall-lang/dhall-haskell/pull/455
* See: https://github.com/dhall-lang/dhall-haskell/pull/470
* See: https://github.com/dhall-lang/dhall-haskell/pull/478 1.14.0
* BREAKING CHANGE TO THE LANGUAGE: Switch grammar of `Natural` and `Integer`
* `Natural` number literals are now unsigned and `Integer` literals always require a sign
* This is a
*
*VERY
*
* disruptive change to most Dhall code in the wild but was unanimously agreed upon here: https://github.com/dhall-lang/dhall-lang/issues/138
* See also: https://github.com/dhall-lang/dhall-haskell/pull/381
* BREAKING CHANGE TO THE LANGUAGE: Drop support for importing directories
* Importing `dir/` used to resolve to `dir/AATT`, which is no longer supported
* See: https://github.com/dhall-lang/dhall-haskell/pull/384
* BREAKING CHANGE TO THE LANGUAGE: Change to the grammar for imports
* File path components can no longer contain `#` or `?` characters
* URL imports must now contain at least one path component
* URL path components must match the grammar for file path components
* See: https://github.com/dhall-lang/dhall-haskell/pull/390
* BREAKING CHANGE TO THE API: Rename `Path{,Mode,Hashed,Type}` to `Import{,Mode,Hashed,Type}`
* In practice this change is not breaking for the most common use cases since this also provides a `Path` type synonym for backwards compatibility
* See: https://github.com/dhall-lang/dhall-haskell/pull/376
* BUG FIX: Fix α-equivalence bug when type-checking `merge`
* `merge` expressions would sometimes reject valid code due to a type-checking bug
* See: https://github.com/dhall-lang/dhall-haskell/pull/394
* Improve import caching
* See: https://github.com/dhall-lang/dhall-haskell/pull/388
* See: https://github.com/dhall-lang/dhall-haskell/pull/392
* Increase upper bound on `tasty`
* See: https://github.com/dhall-lang/dhall-haskell/pull/382
* Fix lower bound on `insert-ordered-containers`
* See: https://github.com/dhall-lang/dhall-haskell/pull/377
* Sat May 05 2018 psimonsAATTsuse.com- Update dhall to version 1.13.1. A more detailed change log is not available.
* Tue May 01 2018 psimonsAATTsuse.com- Update dhall to version 1.13.0. A more detailed change log is not available.
* Mon Apr 02 2018 psimonsAATTsuse.com- Update dhall to version 1.12.0. A more detailed change log is not available.
 
ICM