packages feed

holy-project 0.1.1.0 → 0.1.1.1

raw patch · 1 files changed

+6/−2 lines, 1 filesdep +lens-aesonPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependencies added: lens-aeson

API changes (from Hackage documentation)

- Paths_holy_project: getBinDir :: IO FilePath
- Paths_holy_project: getDataDir :: IO FilePath
- Paths_holy_project: getDataFileName :: FilePath -> IO FilePath
- Paths_holy_project: getLibDir :: IO FilePath
- Paths_holy_project: getLibexecDir :: IO FilePath
- Paths_holy_project: getSysconfDir :: IO FilePath
- Paths_holy_project: version :: Version

Files

holy-project.cabal view
@@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/  name:                   holy-project-version:                0.1.1.0+version:                0.1.1.1 synopsis:               Start your Haskell project with cabal, git and tests. description:            Holy Project is an application wich ask the user                         some questions and create files to help you@@ -41,7 +41,7 @@  executable holy-project   main-is:              Main.hs-  -- other-modules:+  other-modules:        Paths_holy_project   -- other-extensions:   build-depends:        base >= 4.6 && < 5                         , ansi-terminal >= 0.6.1.1@@ -57,6 +57,7 @@                         , random                         , http-conduit >= 2.1.1                         , lens         >= 4.1.2+                        , lens-aeson                         , aeson                         , text   -- from Tasty cabal with ansi-terminal@@ -71,6 +72,7 @@                         , HolyProject.GithubAPI   other-modules:        HolyProject.GitConfig                         , HolyProject.MontyPython+                        , Paths_holy_project   -- other-modules:   -- other-extensions:   build-depends:        base >= 4.6 && < 5@@ -87,6 +89,7 @@                         , random                         , http-conduit  >= 2.1.1                         , lens          >= 4.1.2+                        , lens-aeson                         , aeson                         , text   ghc-options:          -Wall@@ -99,6 +102,7 @@   main-is:              Test.hs   other-modules:        HolyProject.GithubAPI.Test                         , HolyProject.StringUtils.Test+                        , Paths_holy_project   default-language:     Haskell2010   build-depends:        base >=4.6 && < 5                         , Cabal >= 1.18.0