Cabal revisions of hidden-char-0.1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: hidden-char version: 0.1.0.2 -synopsis: Provides getHiddenChar function -description: Provides a @getHiddenChar@ function that works on Windows, Linux and macOS +x-revision: 1 +synopsis: Provides a @getHiddenChar@ function that works on Windows, Linux and macOS +description: This package provides a @getHiddenChar@ function which works reasonably consistently across the Windows, Linux and macOS platforms. @getHiddenChar@ yields a single character from the standard input device with buffering and echoing to standard output disabled. homepage: https://github.com/rcook/hidden-char#readme license: MIT license-file: LICENSE
revision 2
name: hidden-char version: 0.1.0.2 -x-revision: 1 -synopsis: Provides a @getHiddenChar@ function that works on Windows, Linux and macOS +x-revision: 2 +synopsis: Provides cross-platform getHiddenChar function description: This package provides a @getHiddenChar@ function which works reasonably consistently across the Windows, Linux and macOS platforms. @getHiddenChar@ yields a single character from the standard input device with buffering and echoing to standard output disabled. homepage: https://github.com/rcook/hidden-char#readme license: MIT
revision 3
name: hidden-char version: 0.1.0.2 -x-revision: 2 +x-revision: 3 synopsis: Provides cross-platform getHiddenChar function description: This package provides a @getHiddenChar@ function which works reasonably consistently across the Windows, Linux and macOS platforms. @getHiddenChar@ yields a single character from the standard input device with buffering and echoing to standard output disabled. homepage: https://github.com/rcook/hidden-char#readme default-language: Haskell2010 ghc-options: -W -Wall hs-source-dirs: src - build-depends: base >= 4.7 && < 5 + build-depends: base >= 4.7 && < 4.13 exposed-modules: System.IO.HiddenChar if os(linux) cpp-options: -DOS_LINUX ghc-options: -W -Wall -threaded hs-source-dirs: test main-is: Main.hs - build-depends: base >= 4.7 && < 5 + build-depends: base >= 4.7 && < 4.13 , hidden-char - , hspec + , hspec >= 2.2 && < 2.8 if os(linux) cpp-options: -DOS_LINUX if os(windows)