Correctly display terms

This commit is contained in:
Joscha 2020-11-26 19:03:22 +01:00
parent 66c77d13b0
commit b9762ddb10
3 changed files with 53 additions and 7 deletions

View file

@ -4,7 +4,7 @@ cabal-version: 1.18
--
-- see: https://github.com/sol/hpack
--
-- hash: 5a5ea1f94c0aefd4530bcfe91d7e5265b092b9e1b361d21bef695382fe4422a5
-- hash: 03958e185b40527fc635759af663a90da5cd82cead9a9fd30ce5ab3e91b53f83
name: props
version: 0.1.0.0
@ -32,6 +32,7 @@ library
base >=4.7 && <5
, containers
, text
, transformers
default-language: Haskell2010
executable props
@ -46,4 +47,5 @@ executable props
, containers
, props
, text
, transformers
default-language: Haskell2010