Fix OpenGL compatibility issues
This commit is contained in:
parent
b46079f50d
commit
33ff8cd8a9
2 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ executable main
|
|||
other-modules: GOL.Rule,
|
||||
GOL.Space,
|
||||
GOL.Engine,
|
||||
Graphics.GlossUtils,
|
||||
Graphics.Engine
|
||||
build-depends: base,
|
||||
vector,
|
||||
|
|
|
|||
|
|
@ -40,6 +40,10 @@
|
|||
hlint
|
||||
pkgs.haskell-language-server
|
||||
pkgs.ormolu
|
||||
|
||||
pkgs.mesa
|
||||
pkgs.mesa_glu
|
||||
pkgs.freeglut
|
||||
];
|
||||
inputsFrom = builtins.attrValues self.packages.${system};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue