Rename: https-everywhere-rules-base -> https-everywhere-rules-raw.

master
vi 2014-08-10 02:50:14 +08:00
parent 5f57bba1eb
commit af144593e9
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
name:
https-everywhere-rules-base
https-everywhere-rules-raw
version:
4.0
synopsis:
Low-level (i.e. XML) access to HTTPS Everywhere rulesets.
homepage:
https://github.com/fmap/https-everywhere-rules-base
https://github.com/fmap/https-everywhere-rules-raw
license:
GPL-2
license-file:
@ -29,9 +29,9 @@ data-files:
library
exposed-modules:
Data.HTTPSEverywhere.Rules.Base
Data.HTTPSEverywhere.Rules.Raw
other-modules:
Paths_https_everywhere_rules_base
Paths_https_everywhere_rules_raw
build-depends:
base >= 4.7 && < 4.8,
directory >= 1.2 && < 1.3,

View File

@ -1,4 +1,4 @@
module Data.HTTPSEverywhere.Rules.Base (
module Data.HTTPSEverywhere.Rules.Raw (
getRule,
getRules
) where
@ -10,7 +10,7 @@ import Data.Text.Lazy.IO (readFile)
import System.Directory (getDirectoryContents)
import System.FilePath.Posix (combine, takeExtension)
import Paths_https_everywhere_rules_base (getDataFileName)
import Paths_https_everywhere_rules_raw (getDataFileName)
getRule :: FilePath -> IO Text
getRule = readFile