+ Stackage is an infrastructure to create stable builds + of complete package sets. Think “stable Hackage”.
Once you have submitted the pull request, a build will be started.
- There is a dedicated jenkins server at this location: jenkins.stackage.org
+ There is a dedicated jenkins server at this location:
+
+ jenkins.stackage.org
From there you can track the progress, status and
results of Stackage builds.
@@ -64,4 +74,6 @@
We're offering custom installations for businesses who want to
build their development platform upon Stackage. If you're
considering this for your business and want to find out more,
- please email us at: sales@fpcomplete.com
+ please email us at:
+
+ sales@fpcomplete.com
diff --git a/templates/homepage.lucius b/templates/homepage.lucius
index d7da20a..c320d97 100644
--- a/templates/homepage.lucius
+++ b/templates/homepage.lucius
@@ -1,5 +1,6 @@
-h1 {
+h2 {
margin-top: 50px;
+ margin-bottom: 40px;
}
.recommended-snapshots {
diff --git a/templates/stackage-home.hamlet b/templates/stackage-home.hamlet
index f1184aa..b4ebae9 100644
--- a/templates/stackage-home.hamlet
+++ b/templates/stackage-home.hamlet
@@ -1,9 +1,27 @@
+$newline never
Uploaded by #{userDisplay user} (#{userHandle user}) on #{tshow $ stackageUploaded stackage}
- #{stackageDesc stackage}
+
+ #{userDisplay user} (#{userHandle user})
+
+ #{stackageDesc stackage}
+
+ Uploaded on #{tshow $ stackageUploaded stackage}
To use, add a line like the following to ~/.cabal/config:
+ To use, copy the following to your #
+
+ Run the following to update your packages:
+ #{stackageTitle stackage}
-
- ~/.cabal/config
+ \:
remote-repo: stackage:@{StackageHomeR ident}
+
+
+ Note: Remove or comment out any existing #
+ remote-repo
+ \ line.
+
+
+
+ \$ cabal update
diff --git a/templates/stackage-home.lucius b/templates/stackage-home.lucius
new file mode 100644
index 0000000..596e270
--- /dev/null
+++ b/templates/stackage-home.lucius
@@ -0,0 +1,3 @@
+h1 {
+ font-size: 30px !important;
+}
diff --git a/templates/upload.lucius b/templates/upload.lucius
new file mode 100644
index 0000000..1025ac9
--- /dev/null
+++ b/templates/upload.lucius
@@ -0,0 +1,3 @@
+h1 {
+ margin-bottom: 30px;
+}