From 0939d2e338e3aef2525081a285dd177509912ced Mon Sep 17 00:00:00 2001 From: mystical_user Date: Sat, 26 Feb 2022 16:26:24 -0500 Subject: [PATCH] Rename all books As of now, all the books have inconsistent naming, to say the least. I have changed them to a space-separated Pascal Case. --- ...Beginning Haskell - A Project Based Approach.pdf | Bin ...eb Apps with Haskell and Yesod - 2nd Edition.pdf | Bin ...askell - The Craft of Functional Programming.pdf | Bin ...4.pdf => Haskell Data Analysis Cookbook 2014.pdf | Bin Haskell_Programming_from_first_principles.pdf.txt | 0 ...de.pdf => Learn You a Haskell for Great Good.pdf | Bin Real_World_Haskell.pdf => Real World Haskell.pdf | Bin ...ll.pdf => Thinking Functionally with Haskell.pdf | Bin 8 files changed, 0 insertions(+), 0 deletions(-) rename Beginning Haskell_ A Project-Based Approach.pdf => Beginning Haskell - A Project Based Approach.pdf (100%) rename Developing Web Apps with Haskell and Yesod, 2nd.pdf => Developing Web Apps with Haskell and Yesod - 2nd Edition.pdf (100%) rename haskell the craft of functional programming.pdf => Haskell - The Craft of Functional Programming.pdf (100%) rename Haskell Data_Analysis_Cookbook_2014.pdf => Haskell Data Analysis Cookbook 2014.pdf (100%) delete mode 100644 Haskell_Programming_from_first_principles.pdf.txt rename Learn You a Haskell for Great Good! A Beginner's Guide.pdf => Learn You a Haskell for Great Good.pdf (100%) rename Real_World_Haskell.pdf => Real World Haskell.pdf (100%) rename Thinking.Functionally.with.Haskell.pdf => Thinking Functionally with Haskell.pdf (100%) diff --git a/Beginning Haskell_ A Project-Based Approach.pdf b/Beginning Haskell - A Project Based Approach.pdf similarity index 100% rename from Beginning Haskell_ A Project-Based Approach.pdf rename to Beginning Haskell - A Project Based Approach.pdf diff --git a/Developing Web Apps with Haskell and Yesod, 2nd.pdf b/Developing Web Apps with Haskell and Yesod - 2nd Edition.pdf similarity index 100% rename from Developing Web Apps with Haskell and Yesod, 2nd.pdf rename to Developing Web Apps with Haskell and Yesod - 2nd Edition.pdf diff --git a/haskell the craft of functional programming.pdf b/Haskell - The Craft of Functional Programming.pdf similarity index 100% rename from haskell the craft of functional programming.pdf rename to Haskell - The Craft of Functional Programming.pdf diff --git a/Haskell Data_Analysis_Cookbook_2014.pdf b/Haskell Data Analysis Cookbook 2014.pdf similarity index 100% rename from Haskell Data_Analysis_Cookbook_2014.pdf rename to Haskell Data Analysis Cookbook 2014.pdf diff --git a/Haskell_Programming_from_first_principles.pdf.txt b/Haskell_Programming_from_first_principles.pdf.txt deleted file mode 100644 index e69de29..0000000 diff --git a/Learn You a Haskell for Great Good! A Beginner's Guide.pdf b/Learn You a Haskell for Great Good.pdf similarity index 100% rename from Learn You a Haskell for Great Good! A Beginner's Guide.pdf rename to Learn You a Haskell for Great Good.pdf diff --git a/Real_World_Haskell.pdf b/Real World Haskell.pdf similarity index 100% rename from Real_World_Haskell.pdf rename to Real World Haskell.pdf diff --git a/Thinking.Functionally.with.Haskell.pdf b/Thinking Functionally with Haskell.pdf similarity index 100% rename from Thinking.Functionally.with.Haskell.pdf rename to Thinking Functionally with Haskell.pdf