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
a402b40e
Commit
a402b40e
authored
Dec 20, 2019
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spectral/knights: Use CPP LANGUAGE pragma
parent
dc993953
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
spectral/knights/Main.lhs
spectral/knights/Main.lhs
+1
-0
spectral/knights/Makefile
spectral/knights/Makefile
+0
-2
No files found.
spectral/knights/Main.lhs
View file @
a402b40e
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
\section{The Main Program.}
\section{The Main Program.}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%M O D U L E%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%M O D U L E%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{code}
\begin{code}
{-# LANGUAGE CPP #-}
module Main(main) where
module Main(main) where
\end{code}
\end{code}
%%%%%%%%%%%%%%%%%% I M P O R T S / T Y P E D E F S %%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%% I M P O R T S / T Y P E D E F S %%%%%%%%%%%%%%
...
...
spectral/knights/Makefile
View file @
a402b40e
TOP
=
../..
TOP
=
../..
include
$(TOP)/mk/boilerplate.mk
include
$(TOP)/mk/boilerplate.mk
SRC_HC_OPTS
+=
-cpp
FAST_OPTS
=
8 1
FAST_OPTS
=
8 1
NORM_OPTS
=
14 1
NORM_OPTS
=
14 1
SLOW_OPTS
=
20 1
SLOW_OPTS
=
20 1
...
...
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