rattletrap 2.2.2 → 2.2.3
raw patch · 4 files changed
+9/−9 lines, 4 files
Files
- executables/Main.hs +5/−0
- executables/rattletrap.hs +0/−5
- package.yaml +2/−2
- rattletrap.cabal +2/−2
+ executables/Main.hs view
@@ -0,0 +1,5 @@+module Main+ ( module Rattletrap+ ) where++import Rattletrap (main)
− executables/rattletrap.hs
@@ -1,5 +0,0 @@-module Main- ( module Rattletrap- ) where--import Rattletrap (main)
package.yaml view
@@ -9,7 +9,7 @@ - -rtsopts - -threaded - -with-rtsopts=-N- main: rattletrap.hs+ main: Main.hs source-dirs: executables extra-source-files: - CHANGELOG.markdown@@ -57,4 +57,4 @@ - -with-rtsopts=-N main: Main.hs source-dirs: tests-version: '2.2.2'+version: '2.2.3'
rattletrap.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: rattletrap-version: 2.2.2+version: 2.2.3 synopsis: Parse and generate Rocket League replays. description: Rattletrap parses and generates Rocket League replays. category: Game@@ -179,7 +179,7 @@ default-language: Haskell2010 executable rattletrap- main-is: rattletrap.hs+ main-is: Main.hs hs-source-dirs: executables ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N