Skip to content

Commit

Permalink
updated IHP
Browse files Browse the repository at this point in the history
  • Loading branch information
djfm committed Jan 15, 2022
1 parent 8b0a5c6 commit e6936e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"nixEnvSelector.nixFile": "${workspaceRoot}/default.nix"
}
4 changes: 2 additions & 2 deletions Web/View/Static/Welcome.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ instance View WelcomeView where
</h1>

<h2 style="margin-top: 0; margin-bottom: 0rem; font-weight: 900; font-size: 3rem">
It's working!
It's working! :)
</h2>

<p style="margin-top: 1rem; font-size: 1.75rem; font-weight: 600; color:hsla(196, 13%, 80%, 1)">
Expand All @@ -38,5 +38,5 @@ instance View WelcomeView where
<p style="color: hsla(196, 13%, 50%, 1); margin-top: 4rem">
You can modify this start page by making changes to "./Web/View/Static/Welcome.hs".
</p>
</div>
</div>
|]
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
ihp = builtins.fetchGit {
url = "https://github.com/digitallyinduced/ihp.git";
ref = "refs/tags/v0.17.0";
rev = "1902ac00654a77b3c9adab4a5326f4f441ccb0ac";
};
haskellEnv = import "${ihp}/NixSupport/default.nix" {
ihp = ihp;
Expand Down

0 comments on commit e6936e2

Please sign in to comment.