Skip to content

Commit

Permalink
packagelibs: 7.8 libraries aren't there anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
valderman committed Sep 6, 2017
1 parent b9efe0f commit a61c0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packagelibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if [[ $1 == "" ]] ; then
echo "Usage: ./packagelibs.sh version"
else
mkdir -p libraries/ghc-7.10/array/include
tar -cjf haste-libs-$1.tar.bz2 --exclude-backups '--exclude=*.hi' '--exclude=*.o' settings*.windows include utils/unlit/unlit.c libraries/rts.pkg libraries/haste-lib/{haste-lib.cabal,src/{Haste.hs,Haste},LICENSE} libraries/haste-prim/{src,LICENSE,Setup.hs,haste-prim.cabal} libraries/time/{lib,LICENSE,README,Setup.hs,time.cabal} libraries/ghc-{7.8,7.10}/{array/{array.cabal,Data,include,LICENSE,Setup.hs},base/{base.cabal,Control,Data,Debug,Foreign,Foreign.hs,GHC,Haste,include,LICENSE,Numeric*,Prelude.hs,Setup.hs,System,Text,Unsafe},ghc-prim/{ghc-prim.cabal,GHC,LICENSE,*.conf},integer-gmp/{integer-gmp.cabal,GHC,LICENSE,Setup.hs}}
tar -cjf haste-libs-$1.tar.bz2 --exclude-backups '--exclude=*.hi' '--exclude=*.o' settings*.windows include utils/unlit/unlit.c libraries/rts.pkg libraries/haste-lib/{haste-lib.cabal,src/{Haste.hs,Haste},LICENSE} libraries/haste-prim/{src,LICENSE,Setup.hs,haste-prim.cabal} libraries/time/{lib,LICENSE,README,Setup.hs,time.cabal} libraries/ghc-7.10/{array/{array.cabal,Data,include,LICENSE,Setup.hs},base/{base.cabal,Control,Data,Debug,Foreign,Foreign.hs,GHC,Haste,include,LICENSE,Numeric*,Prelude.hs,Setup.hs,System,Text,Unsafe},ghc-prim/{ghc-prim.cabal,GHC,LICENSE,*.conf},integer-gmp/{integer-gmp.cabal,GHC,LICENSE,Setup.hs}}
fi

0 comments on commit a61c0c9

Please sign in to comment.