Cabal revisions of phoityne-0.0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: phoityne-version: 0.0.1.0-synopsis: ghci debug viewer with simple editor.-description: phoityne is a ghci debug viewer with simple editor.-homepage: under construction-license: BSD3-license-file: LICENSE-author: phoityne_hs-maintainer: phoityne.hs@gmail.com-copyright: phoityne_hs-category: Development-build-type: Simple-cabal-version: >=1.10+name: phoityne +version: 0.0.1.0 +x-revision: 1 +synopsis: ghci debug viewer with simple editor. +description: phoityne is a ghci debug viewer with simple editor. +homepage: under construction +license: BSD3 +license-file: LICENSE +author: phoityne_hs +maintainer: phoityne.hs@gmail.com +category: Development +build-type: Simple +cabal-version: >=1.10 data-files: conf/*.ico , conf/*.glade - , conf/*.png--executable phoityne- ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing- hs-source-dirs: app- main-is: Main.hs+ , conf/*.png + +executable phoityne + ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing + hs-source-dirs: app + main-is: Main.hs other-modules: Paths_phoityne , Phoityne.Argument , Phoityne.Constant , Phoityne.IO.GUI.GTK.TextEditor , Phoityne.IO.GUI.GTK.TraceTable , Phoityne.IO.GUI.GTK.Constant - , Phoityne.IO.GUI.GTK.Utility- , Phoityne.IO.GUI.GTK.FolderTree- , Phoityne.IO.GUI.GTK.SearchResultTable- , Phoityne.IO.GUI.GTK.ConsoleView- build-depends: base >= 4.7 && < 5- , cmdargs- , hslogger- , ConfigFile- , text- , bytestring- , MissingH- , safe+ , Phoityne.IO.GUI.GTK.Utility + , Phoityne.IO.GUI.GTK.FolderTree + , Phoityne.IO.GUI.GTK.SearchResultTable + , Phoityne.IO.GUI.GTK.ConsoleView + build-depends: base >= 4.7 && < 5 + , cmdargs + , hslogger + , ConfigFile + , text + , bytestring + , MissingH + , safe , HStringTemplate , gtk3 , transformers , process , parsec , Cabal - default-language: Haskell2010--+ default-language: Haskell2010 + +