Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nofib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
be7c3b5e
Commit
be7c3b5e
authored
Jan 29, 2002
by
simonmar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2002-01-29 11:03:21 by simonmar]
Tweaks to make the real suite run with GHCi.
parent
302cbcb0
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
15 additions
and
13 deletions
+15
-13
real/HMMS/Makefile
real/HMMS/Makefile
+1
-3
real/anna/Makefile
real/anna/Makefile
+1
-2
real/ebnf2ps/IOSupplement.hs
real/ebnf2ps/IOSupplement.hs
+4
-0
real/ebnf2ps/Makefile
real/ebnf2ps/Makefile
+3
-2
real/fulsom/Makefile
real/fulsom/Makefile
+1
-1
real/grep/Makefile
real/grep/Makefile
+1
-1
real/hidden/Makefile
real/hidden/Makefile
+1
-1
real/hpg/Makefile
real/hpg/Makefile
+1
-1
real/mkhprog/Makefile
real/mkhprog/Makefile
+1
-1
real/parser/Makefile
real/parser/Makefile
+1
-1
No files found.
real/HMMS/Makefile
View file @
be7c3b5e
...
...
@@ -53,10 +53,8 @@ HS_OBJS = Alignments.o \
Viterbi.o
\
BatchAlign.o
SRC_RUNTEST_OPTS
+=
-o2
HMMS.stderr
hmms-data/h9 hmms-data/h9.ties hmms-data/h9.dgs sentences
PROG_ARGS
=
hmms-data/h9 hmms-data/h9.ties hmms-data/h9.dgs sentences
SRC_HC_OPTS
+=
-fglasgow-exts
-syslib
util
-cpp
MaybeStateT_HC_OPTS
+=
-cpp
BatchAlign_HC_OPTS
+=
-cpp
OBJS_BatchTranscribe
=
BalBinSTrees.o
\
Pronunciations.o
\
...
...
real/anna/Makefile
View file @
be7c3b5e
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
SRC_RUNTEST_OPTS
+=
\
-i
big.cor
STDIN_FILE
=
big.cor
# don't: -poscript ./anna.postscript
# This just sums the output to save including the entire output file
...
...
real/ebnf2ps/IOSupplement.hs
View file @
be7c3b5e
{-# OPTIONS -cpp #-}
-- -*- Mode: Haskell -*-
-- Copyright 1994 by Peter Thiemann
-- IOSupplement.hs --- some enhancements to the IO operations
...
...
@@ -9,6 +10,9 @@
-- Status : Unknown, Use with caution!
--
-- $Log: IOSupplement.hs,v $
-- Revision 1.7 2002/01/29 11:03:21 simonmar
-- Tweaks to make the real suite run with GHCi.
--
-- Revision 1.6 1999/01/18 19:38:46 sof
-- Misc (backward compatible) changes to make srcs acceptable
-- to a Haskell 98 compiler.
...
...
real/ebnf2ps/Makefile
View file @
be7c3b5e
...
...
@@ -2,8 +2,9 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
SRC_HC_OPTS
+=
-fglasgow-exts
-package
lang
IOSupplement_HC_OPTS
+=
-cpp
SRC_RUNTEST_OPTS
+=
ebnf2ps.stdin apat
-o1
ebnf2ps.stdout
PROG_ARGS
=
ebnf2ps.stdin apat
STDIN_FILE
=
/dev/null
# the default HS_SRCS doesn't include .ly files...
HS_SRCS
+=
HappyParser.hs
...
...
real/fulsom/Makefile
View file @
be7c3b5e
...
...
@@ -8,7 +8,7 @@ SRC_HC_OPTS += -cpp
SRCS
=
Csg.hs Fulsom.hs Interval.hs Kolor.hs Matrix.hs Oct.hs Patchlevel.hs
\
Quad.hs Raster.hs Shapes.hs Types.hs Vector.hs
SRC_RUNTEST_OPTS
+
=
7
PROG_ARGS
=
7
include
$(TOP)/mk/target.mk
real/grep/Makefile
View file @
be7c3b5e
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
SRC_RUNTEST_OPTS
+=
grep.stdin apat
PROG_ARGS
=
grep.stdin
include
$(TOP)/mk/target.mk
real/hidden/Makefile
View file @
be7c3b5e
...
...
@@ -2,7 +2,7 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
SRC_RUNTEST_OPTS
+=
+RTS
-K1m
-RTS
SRC_RUNTEST_OPTS
+=
-o1
hidden.stdout2
-o1
hidden.stdout3
objects/four.plate
PROG_ARGS
=
objects/four.plate
include
$(TOP)/mk/target.mk
real/hpg/Makefile
View file @
be7c3b5e
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
SRC_RUNTEST_OPTS
+=
-RTS
-nt
8
-dt
6
-nv
15
-dv
8
-de
8
PROG_ARGS
=
-nt
8
-dt
6
-nv
15
-dv
8
-de
8
include
$(TOP)/mk/target.mk
real/mkhprog/Makefile
View file @
be7c3b5e
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
SRC_RUNTEST_OPTS
+=
-RTS
--
-a
Int
-b
Float
-c
Foo
-d
Bar
-e
Double
\
PROG_ARGS
=
-a
Int
-b
Float
-c
Foo
-d
Bar
-e
Double
\
-f
String
-g
String
-h
Int
-j
Double
-k
Bool
-n
Basil
-p
Knob
-q
Wizzle
\
-r
Wissle
-s
Wibble
-t
Widdle
-A
Int
-B
Float
-C
Foo
-D
Bar
-E
Double
\
-F
String
-G
String
-H
Int
-I
Float
-J
Double
-K
Bool
-L
Bool
-M
Buzzle
\
...
...
real/parser/Makefile
View file @
be7c3b5e
...
...
@@ -2,6 +2,6 @@ TOP = ../..
include
$(TOP)/mk/boilerplate.mk
HS_SRCS
=
Main.hs
S
RC_RUNTEST_OPTS
+=
-i
big_big_test.hs
S
TDIN_FILE
=
big_big_test.hs
include
$(TOP)/mk/target.mk
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment