setlocale 1.0.0.4 → 1.0.0.5
raw patch · 1 files changed
+6/−7 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- setlocale.cabal +6/−7
setlocale.cabal view
@@ -1,8 +1,7 @@ name: setlocale--- Version numbers of the form a.b.c.d.1 are development versions.-version: 1.0.0.4+version: 1.0.0.5 synopsis: Haskell bindings to setlocale--- description: +-- description: license: BSD3 license-file: LICENSE author: Sven Bartscher@@ -12,14 +11,14 @@ build-type: Simple homepage: https://bitbucket.org/IchUndNichtDu/haskell-setlocale bug-reports: https://bitbucket.org/IchUndNichtDu/haskell-setlocale/issues--- extra-source-files: +-- extra-source-files: cabal-version: >=1.10 library exposed-modules: System.Locale.SetLocale- -- other-modules: + -- other-modules: other-extensions: DeriveDataTypeable, ForeignFunctionInterface- build-depends: base >=4.6 && <4.10- -- hs-source-dirs: + build-depends: base >=4.6 && <4.11+ -- hs-source-dirs: build-tools: hsc2hs default-language: Haskell2010