X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=blobdiff_plain;f=src%2FFeedHosts.hs;fp=src%2FTSN%2FFeedHosts.hs;h=b3fcc4827cd9688bed202d9c8b15669122644298;hp=81f57aa53f1506d06821036e7fa8d9d81c2a52a6;hb=da61a6744550e974688d46b23b11f1a842e4da2e;hpb=7de80b4fdfc8e4cef9144570be926fd02706fd2d diff --git a/src/TSN/FeedHosts.hs b/src/FeedHosts.hs similarity index 98% rename from src/TSN/FeedHosts.hs rename to src/FeedHosts.hs index 81f57aa..b3fcc48 100644 --- a/src/TSN/FeedHosts.hs +++ b/src/FeedHosts.hs @@ -8,7 +8,7 @@ -- instance is specific to TSN, even though otherwise it's just a -- list of strings. -- -module TSN.FeedHosts +module FeedHosts where -- DC is needed only for the DCT.Configured instance of String.