diff options
Diffstat (limited to 'libraries/haskell-syb/README')
-rw-r--r-- | libraries/haskell-syb/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/haskell-syb/README b/libraries/haskell-syb/README deleted file mode 100644 index 71987b1aacad..000000000000 --- a/libraries/haskell-syb/README +++ /dev/null @@ -1,10 +0,0 @@ -Syb Haskell library contains the generics system described in the -Scrap Your Boilerplate papers. It defines the Data class of types -permitting folding and unfolding of constructor applications, -instances of this class for primitive types, and a variety of -traversals. - -This requires ghc. - -After uninstalling, run this command to unregister the package from -the ghc package database: ghc-pkg recache |