sentenai / reinforce

Reinforcement learning in haskell
https://sentenai.github.io/reinforce/
BSD 3-Clause "New" or "Revised" License
44 stars 17 forks source link

Undo license file symlinks and remove Setup.hs #24

Closed tstat closed 6 years ago

tstat commented 6 years ago

Uses the actual BSD3 license instead of symlinks per package. Remove the Setup.hs file.

Motivation and Context

This change makes the reinforce packages buildable with nix. Specifically the license symlinks caused nix to crash. I didn't actually dig into why, but I assume the source directory is copied to the nix store and the license file symlink then does not point to anything. Additionally, the reinforce-algorithms Setup.hs is empty but still present. This causes some problems on nix as the Setup.hs file is executed if present.

Types of changes

Checklist: