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,
|
other-modules: GOL.Rule,
|
||||||
GOL.Space,
|
GOL.Space,
|
||||||
GOL.Engine,
|
GOL.Engine,
|
||||||
|
Graphics.GlossUtils,
|
||||||
Graphics.Engine
|
Graphics.Engine
|
||||||
build-depends: base,
|
build-depends: base,
|
||||||
vector,
|
vector,
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,10 @@
|
||||||
hlint
|
hlint
|
||||||
pkgs.haskell-language-server
|
pkgs.haskell-language-server
|
||||||
pkgs.ormolu
|
pkgs.ormolu
|
||||||
|
|
||||||
|
pkgs.mesa
|
||||||
|
pkgs.mesa_glu
|
||||||
|
pkgs.freeglut
|
||||||
];
|
];
|
||||||
inputsFrom = builtins.attrValues self.packages.${system};
|
inputsFrom = builtins.attrValues self.packages.${system};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue