Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hptool/hptool.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: hptool
Version: 0.1
Author: Mark Lentczner
Maintainer: mark@glyphic.com
Maintainer: gershomb@gmail.com
Category: Utility
Build-type: Simple
Cabal-version: >=1.8
Expand Down
2 changes: 1 addition & 1 deletion hptool/src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ main = shakeArgsWith opts flags main'

opts = shakeOptions

hpRelease = hp_7_10_2_a
hpRelease = hp_7_10_3
hpFullName = show $ relVersion hpRelease
srcTarFile = productDir </> hpFullName <.> "tar.gz"

Expand Down
105 changes: 104 additions & 1 deletion hptool/src/Releases2015.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PlatformDB
import Types

releases2015 :: [Release]
releases2015 = [hp_7_10_2, hp_7_10_2_a]
releases2015 = [hp_7_10_2, hp_7_10_2_a, hp_7_10_3]

hp_7_10_2 :: Release
hp_7_10_2 =
Expand Down Expand Up @@ -117,3 +117,106 @@ hp_7_10_2_a =
]


hp_7_10_3 :: Release
hp_7_10_3 =
release "7.10.3"
[ incGHC "7.10.3"

, incGHCLib "Cabal" "1.22.4.0"
, incGHCLib "array" "0.5.1.0"
, incGHCLib "base" "4.8.2.0"
, incGHCLib "bytestring" "0.10.6.0"
, incGHCLib "containers" "0.5.6.2"
, incGHCLib "deepseq" "1.4.1.1"
, incGHCLib "directory" "1.2.2.0"
, incGHCLib "filepath" "1.4.0.0"
, incGHCLib "hpc" "0.6.0.2"
, incGHCLib "pretty" "1.1.2.0"
, incGHCLib "process" "1.2.3.0"
, incGHCLib "template-haskell" "2.10.0.0"
, incGHCLib "time" "1.5.0.1"
, incGHCLib "transformers" "0.4.2.0"
, incGHCLib "xhtml" "3000.2.1"

{- These packages are in the GHC distribution, and hence bundeled with
the Platform. However, they are not officially part of the Platform,
and as such, do not carry the same stability guaruntees.

, incGHCLib "bin-package-db" "0.0.0.0"
, incGHCLib "binary" "0.7.5.0"
, incGHCLib "ghc-prim" "0.4.0.0"
, incGHCLib "haskeline" "0.7.2.1"
, incGHCLib "hoopl" "3.10.0.2"
, incGHCLib "integer-gmp" "1.0.0.0"
, incGHCLib "terminfo" "0.4.0.1"
-}

, notWindows $ incGHCLib "unix" "2.7.1.0"
--, onlyWindows $ incGHCLib "Win32" "2.3.1.0"

, incLib "async" "2.0.2"
, incLib "attoparsec" "0.13.0.1"
, incLib "case-insensitive" "1.2.0.5"
, incLib "cgi" "3001.2.2.2"
, incLib "fgl" "5.5.2.3"
, incLib "GLUT" "2.7.0.3"
, incLib "GLURaw" "1.5.0.2"
, incLib "haskell-src" "1.0.2.0"
, incLib "hashable" "1.2.3.3"
, incLib "html" "1.0.1.2"
, incLib "HTTP" "4000.2.20"
, incLib "HUnit" "1.3.0.0"
, incLib "mtl" "2.2.1"
, incLib "network" "2.6.2.1"
, incLib "OpenGL" "2.13.1.0"
, incLib "OpenGLRaw" "2.6.0.0"
, incLib "parallel" "3.2.0.6"
, incLib "parsec" "3.1.9"
, incLib "primitive" "0.6.1.0"
, incLib "QuickCheck" "2.8.1"
, incLib "random" "1.1"
, incLib "regex-base" "0.93.2"
, incLib "regex-compat" "0.95.1"
, incLib "regex-posix" "0.95.2"
, incLib "split" "0.2.2"
, incLib "stm" "2.4.4"
, incLib "syb" "0.6"
, incLib "text" "1.2.1.3"
, incLib "unordered-containers" "0.2.5.1"
, incLib "vector" "0.11.0.0"
, incLib "zlib" "0.5.4.2"
-- held back because cabal-install needs < 0.6 -- ick

-- Libs required by newer version of stuff - but not cleared for HP
, incLib "tf-random" "0.5"
-- needed by alex & QuickCheck

-- these two were in the old HP
, incLib "old-locale" "1.0.0.7"
, incLib "old-time" "1.1.0.3"
-- needed by cabal-install, cgi, & HTTP

-- was split out of network, so was in HP, just under different pacakge
, incLib "network-uri" "2.6.0.3"
-- needed by cabal-install, cgi, & HTTP

-- needed by cgi
, incLib "exceptions" "0.8.0.2"
, incLib "transformers-compat" "0.4.0.4"
, incLib "multipart" "0.1.2"

-- needed by attoparsec, held back due to attoparsec
, incLib "scientific" "0.3.3.8"

-- needed by OpenGL
, incLib "ObjectName" "1.1.0.0"
, incLib "StateVar" "1.1.0.1"
, incLib "half" "0.2.2.1"

, incTool "cabal-install" "1.22.6.0"
, incTool "alex" "3.1.4"
, incTool "happy" "1.19.5"

, incTool "hscolour" "1.23"
, incGHCTool "haddock" "2.16.1"
]
2 changes: 0 additions & 2 deletions website/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
This directory contains the mu-template files for various
Haskell Platform site designs.

- original/ - the original site design
- plan-a/ - the "Plan A" site design
- plan-b/ - the "Plan B" site design
- templates/ - mu-include files (used by all the designs for `{{> ...}}` includes)

Build all of the designs using:
Expand Down
40 changes: 0 additions & 40 deletions website/original/changelog.html.mu

This file was deleted.

52 changes: 0 additions & 52 deletions website/original/contents.html.mu

This file was deleted.

Binary file removed website/original/favicon.ico
Binary file not shown.
122 changes: 0 additions & 122 deletions website/original/ghc-clang-wrapper

This file was deleted.

Binary file removed website/original/icons/arch.png
Binary file not shown.
Binary file removed website/original/icons/button-100.png
Binary file not shown.
Binary file removed website/original/icons/button-64.png
Binary file not shown.
Binary file removed website/original/icons/button.png
Binary file not shown.
Loading