packages feed

Cabal revisions of rawfilepath-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                rawfilepath-version:             0.1.0.0-synopsis:            Use RawFilePath instead of FilePath-description:         Please see README.md-homepage:            https://github.com/xtendo-org/rawfilepath#readme-license:             BSD3-license-file:        LICENSE-author:              XT-maintainer:          xtendo@protonmail.com-copyright:           2016 XT-category:            System-build-type:          Simple-cabal-version:       >=1.10-extra-source-files:-  README.md--library-  hs-source-dirs:      src-  exposed-modules:-    Data.ByteString.RawFilePath,-    System.RawFilePath-  build-depends:-    bytestring,-    unix,-    base >= 4.7 && < 5-  default-language:    Haskell2010-  default-extensions:-    OverloadedStrings--test-suite RawFilePath-test-  type:                exitcode-stdio-1.0-  hs-source-dirs:      test-  main-is:             Spec.hs-  build-depends:       base-                     , rawfilepath-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N-  default-language:    Haskell2010--source-repository head-  type:     git-  location: https://github.com/xtendo-org/rawfilepath+name:                rawfilepath
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Use RawFilePath instead of FilePath
+description:         Please see README.md
+homepage:            https://github.com/xtendo-org/rawfilepath#readme
+license:             BSD3
+license-file:        LICENSE
+author:              XT
+maintainer:          xtendo@protonmail.com
+copyright:           2016 XT
+category:            System
+build-type:          Simple
+cabal-version:       >=1.10
+extra-source-files:
+  README.md
+
+library
+  hs-source-dirs:      src
+  exposed-modules:
+    Data.ByteString.RawFilePath,
+    System.RawFilePath
+  build-depends:
+    bytestring < 0.11,
+    unix < 2.8,
+    base >= 4.8 && < 4.10
+  default-language:    Haskell2010
+  default-extensions:
+    OverloadedStrings
+
+test-suite RawFilePath-test
+  type:                exitcode-stdio-1.0
+  hs-source-dirs:      test
+  main-is:             Spec.hs
+  build-depends:       base
+                     , rawfilepath
+  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
+  default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://github.com/xtendo-org/rawfilepath