Mann mit Hut

Results 36 issues of Mann mit Hut

Right now the files and directories created by the `to-directory-tree` command get created with the current user/group and the current umask-based permissions set. To spare the user another pass over...

These definition are helpful using the fixpoint directory tree representation which got recently added to the Haskell implementation in https://github.com/dhall-lang/dhall-haskell/pull/2437.

In order to fix the Windows builds observed in #2452 we only include the `FromDhall CUid` and `FromDhall CGid` instance only if we are on that platform. Those types are...

It would be nice if we had `Monoid` and `Semigroup` instances for the `List` type.

Consider the following here document: Heredoc Here "EOF" False (stringToWord "here document") If pretty printed it looks like that:

This PR adds four new data constructors to `Dhall.TH.HaskellType`: * `SingleConstructorWith` and `MultipleConstructorsWith` are similar to their counterparts without the "With" suffix. They take an addional `GenerateOptions` value that is...

This PR adds two new functions `readDirStreamWith` and `readDirStreamWithPtr`: * `readDirStreamWith` is a version of `readDirStreamMaybe` that takes a callback that is used to obtain the result from the pointer...

When working with Dhall every now and then I with for something that is a record, but with a fixed type for all the fields. Records have the advantage that...