Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Sep 5, 2018
1 parent ef113e0 commit 77e2cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dhall-to-cabal.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ in let deps =
majorVersions "transformers" [ v "0.5.2" ]
, vector =
majorVersions "vector" [ v "0.12" ]
, show-prettyprint =
, show-prettyprint =
majorVersions "show-prettyprint" [ v "0.2.1" ]
}

Expand Down Expand Up @@ -331,7 +331,7 @@ in prelude.utils.GitHub-project
, deps.tasty
, deps.tasty-golden
, deps.text
, deps.show-prettyprint
, deps.show-prettyprint
]
, compiler-options =
prelude.defaults.CompilerOptions { GHC = warning-options }
Expand Down

0 comments on commit 77e2cac

Please sign in to comment.