name: haskell-read-editor version: 0.1.0.0 synopsis: Opens a temporary file on the system's EDITOR and returns the resulting edits description: See https://github.com/yamadapc/haskell-read-editor for more information homepage: https://github.com/yamadapc/haskell-read-editor license: MIT license-file: LICENSE author: Pedro Tacla Yamada maintainer: tacla.yamada@gmail.com copyright: Copyright (c) 2015 Pedro Tacla Yamada category: System build-type: Simple cabal-version: >=1.10 library exposed-modules: System.ReadEditor build-depends: base >=4.8 && <4.9 , directory >= 1.2.2.0 , process >= 1.2.3.0 hs-source-dirs: src default-language: Haskell2010 test-suite hspec type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: System.ReadEditorSpec build-depends: base >=4.8 && <4.9 , directory >= 1.2.2.0 , process >= 1.2.3.0 , hspec hs-source-dirs: src default-language: Haskell2010