Rename msg to fatalErrorMessage. (#34)

This is to free up `msg` as a variable name.
This commit is contained in:
Ian Jeffries
2017-01-01 18:45:08 -05:00
committed by Stephen Diehl
parent d0e81532af
commit 51fdf38c71
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@
* Switch exported `(<>)` to be from `Data.Monoid` instead of Semigroup.
* Expose `putByteString` and `putLByteString` monomorphic versions of `putStrLn` functions
* Export `genericLength` and other generic list return functions.
* Rename `msg` to `fatalErrorMessage`.
* Export `ExceptT`, `ReaderT`, and `StateT` constructors.
* Export `NonEmpty` type and constructor for GHC 8.0.