time-warp 1.1.1.1 → 1.1.1.2
raw patch · 1 files changed
+5/−1 lines, 1 files
Files
- time-warp.cabal +5/−1
time-warp.cabal view
@@ -1,5 +1,5 @@ name: time-warp-version: 1.1.1.1+version: 1.1.1.2 homepage: https://github.com/serokell/time-warp bug-reports: https://github.com/serokell/time-warp/issues license: MIT@@ -218,6 +218,10 @@ , RecordWildCards , DeriveDataTypeable , GeneralizedNewtypeDeriving+ if flag(build-executables)+ buildable: True+ else+ buildable: False executable bench-sender main-is: Main.hs