Skip to content

Instantly share code, notes, and snippets.

@matthewbauer
Last active January 15, 2020 22:44
Show Gist options
  • Save matthewbauer/ecdb665f84b7f6100f3f6e378951dfd4 to your computer and use it in GitHub Desktop.
Save matthewbauer/ecdb665f84b7f6100f3f6e378951dfd4 to your computer and use it in GitHub Desktop.
{
ghc6104 = (import (builtins.fetchTarball "channel:nixos-17.09") {}).haskell.compiler.ghc6104;
ghc6121 = (import (builtins.fetchTarball "channel:nixos-14.04") {}).pkgs.haskell.packages_ghc6121.ghc;
ghc6122 = (import (builtins.fetchTarball "channel:nixos-14.04") {}).pkgs.haskell.packages_ghc6122.ghc;
ghc6123 = (import (builtins.fetchTarball "channel:nixos-17.09") {}).haskell.compiler.ghc6123;
ghc701 = (import (builtins.fetchTarball "channel:nixos-14.04") {}).pkgs.haskell.packages_ghc701.ghc;
ghc702 = (import (builtins.fetchTarball "channel:nixos-14.04") {}).pkgs.haskell.packages_ghc702.ghc;
ghc703 = (import (builtins.fetchTarball "channel:nixos-14.04") {}).pkgs.haskell.packages_ghc703.ghc;
ghc704 = (import (builtins.fetchTarball "channel:nixos-18.03") {}).haskell.compiler.ghc704;
ghc721 = (import (builtins.fetchTarball "channel:nixos-14.04") {}).pkgs.haskell.packages_ghc721.ghc;
ghc722 = (import (builtins.fetchTarball "channel:nixos-17.09") {}).haskell.compiler.ghc722;
ghc741 = (import (builtins.fetchTarball "channel:nixos-14.04") {}).pkgs.haskell.packages_ghc741.ghc;
ghc742 = (import (builtins.fetchTarball "channel:nixos-18.03") {}).haskell.compiler.ghc742;
ghc761 = (import (builtins.fetchTarball "channel:nixos-14.04") {}).pkgs.haskell.packages_ghc761.ghc;
ghc762 = (import (builtins.fetchTarball "channel:nixos-14.04") {}).pkgs.haskell.packages_ghc762.ghc;
ghc763 = (import (builtins.fetchTarball "channel:nixos-18.03") {}).haskell.compiler.ghc763;
ghc783 = (import (builtins.fetchTarball "channel:nixos-17.09") {}).haskell.compiler.ghc783;
ghc784 = (import (builtins.fetchTarball "channel:nixos-18.03") {}).haskell.compiler.ghc784;
ghc7102 = (import (builtins.fetchTarball "channel:nixos-17.09") {}).haskell.compiler.ghc7102;
ghc7103 = (import (builtins.fetchTarball "channel:nixos-18.09") {}).haskell.compiler.ghc7103;
ghc801 = (import (builtins.fetchTarball "channel:nixos-17.09") {}).haskell.compiler.ghc801;
ghc802 = (import (builtins.fetchTarball "channel:nixos-18.09") {}).haskell.compiler.ghc802;
ghc821 = (import (builtins.fetchTarball "channel:nixos-17.09") {}).haskell.compiler.ghc821;
ghc822 = (import (builtins.fetchTarball "channel:nixos-19.09") {}).haskell.compiler.ghc822;
ghc841 = (import (builtins.fetchTarball "channel:nixos-18.03") {}).haskell.compiler.ghc841;
ghc843 = (import (builtins.fetchTarball "channel:nixos-18.09") {}).haskell.compiler.ghc843;
ghc844 = (import (builtins.fetchTarball "channel:nixos-19.09") {}).haskell.compiler.ghc844;
ghc861 = (import (builtins.fetchTarball "channel:nixos-18.09") {}).haskell.compiler.ghc861;
ghc862 = (import (builtins.fetchTarball "channel:nixos-18.09") {}).haskell.compiler.ghc862;
ghc863 = (import (builtins.fetchTarball "channel:nixos-18.09") {}).haskell.compiler.ghc863;
ghc864 = (import (builtins.fetchTarball "channel:nixos-19.09") {}).haskell.compiler.ghc864;
ghc865 = (import (builtins.fetchTarball "channel:nixos-19.09") {}).haskell.compiler.ghc865;
ghc881 = (import (builtins.fetchTarball "channel:nixos-19.09") {}).haskell.compiler.ghc881;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment