cabal2nix 1.15 → 1.16
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- cabal2nix.cabal +2/−2
- src/Cabal2Nix/Name.hs +2/−2
cabal2nix.cabal view
@@ -1,10 +1,10 @@ Name: cabal2nix-Version: 1.15+Version: 1.16 Copyright: Peter Simons, Andres Loeh License: BSD3 License-File: LICENSE Author: Peter Simons <simons@cryp.to>, Andres Loeh <mail@andres-loeh.de>-Maintainer: Nix Developers <nix-dev@cs.uu.nl>+Maintainer: Nix Developers <nix-dev@lists.science.uu.nl> Homepage: http://github.com/haskell4nix/cabal2nix Category: Distribution Synopsis: Convert Cabal files into Nix build instructions
src/Cabal2Nix/Name.hs view
@@ -25,8 +25,8 @@ libNixName "crypto" = return "openssl" libNixName "glib-2.0" = return "glib" libNixName "GL" = return "mesa"-libNixName "GLU" = return "freeglut"-libNixName "glut" = return "freeglut"+libNixName "GLU" = ["freeglut","mesa"]+libNixName "glut" = ["freeglut","mesa"] libNixName "gnome-keyring-1" = return "gnome_keyring" libNixName "gnome-keyring" = return "gnome_keyring" libNixName "gobject-2.0" = return "glib"